Spaces:
Runtime error
Runtime error
Commit
·
88222e4
1
Parent(s):
bb90ea7
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ with gr.Blocks() as demo:
|
|
| 117 |
|
| 118 |
return "", chat_history
|
| 119 |
|
| 120 |
-
|
| 121 |
|
| 122 |
with gr.Row():
|
| 123 |
with gr.Column():
|
|
|
|
| 117 |
|
| 118 |
return "", chat_history
|
| 119 |
|
| 120 |
+
msg3.submit(respond3, [msg3, chatbot3], [msg3, chatbot3])
|
| 121 |
|
| 122 |
with gr.Row():
|
| 123 |
with gr.Column():
|