Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ with demo:
|
|
77 |
response += char
|
78 |
yield response
|
79 |
|
80 |
-
with gr.Blocks()
|
81 |
chatbot = gr.Chatbot()
|
82 |
msg = gr.Textbox()
|
83 |
clear = gr.ClearButton([msg, chatbot])
|
|
|
77 |
response += char
|
78 |
yield response
|
79 |
|
80 |
+
with gr.Blocks():
|
81 |
chatbot = gr.Chatbot()
|
82 |
msg = gr.Textbox()
|
83 |
clear = gr.ClearButton([msg, chatbot])
|