Spaces:
Runtime error
Runtime error
nos
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ with gr.Blocks() as demo:
|
|
| 64 |
chatbot = gr.Chatbot(scale=5)
|
| 65 |
msg = gr.Textbox(scale=3)
|
| 66 |
clear = gr.ClearButton([msg, chatbot],scale=1)
|
| 67 |
-
msg.submit(respond,
|
| 68 |
|
| 69 |
with gr.Tab("ELS"):
|
| 70 |
with gr.Row():
|
|
|
|
| 64 |
chatbot = gr.Chatbot(scale=5)
|
| 65 |
msg = gr.Textbox(scale=3)
|
| 66 |
clear = gr.ClearButton([msg, chatbot],scale=1)
|
| 67 |
+
msg.submit(respond, msg, [msg, chatbot])
|
| 68 |
|
| 69 |
with gr.Tab("ELS"):
|
| 70 |
with gr.Row():
|