Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks() as app:
|
|
55 |
msg = gr.Textbox("Input")
|
56 |
clear = gr.ClearButton([msg, chatbot])
|
57 |
|
58 |
-
|
59 |
|
60 |
|
61 |
app.launch()
|
|
|
55 |
msg = gr.Textbox("Input")
|
56 |
clear = gr.ClearButton([msg, chatbot])
|
57 |
|
58 |
+
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
59 |
|
60 |
|
61 |
app.launch()
|