Spaces:
Sleeping
Sleeping
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def respond(
|
|
39 |
response += token
|
40 |
yield response
|
41 |
|
42 |
-
with gr.Blocks(title="Holmes pubication manager"
|
43 |
|
44 |
chatBot = gr.ChatInterface(
|
45 |
respond,
|
|
|
39 |
response += token
|
40 |
yield response
|
41 |
|
42 |
+
with gr.Blocks(title="Holmes pubication manager") as app:
|
43 |
|
44 |
chatBot = gr.ChatInterface(
|
45 |
respond,
|