Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
·
9c3449f
1
Parent(s):
0a5f18f
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ with gr.Blocks() as demo:
|
|
152 |
|
153 |
return bot_message #"", chat_history
|
154 |
|
155 |
-
msg2.submit(respond2,
|
156 |
|
157 |
with gr.Column():
|
158 |
submitsave = gr.Button(value="Save")
|
|
|
152 |
|
153 |
return bot_message #"", chat_history
|
154 |
|
155 |
+
msg2.submit(respond2, msg2, msg2)
|
156 |
|
157 |
with gr.Column():
|
158 |
submitsave = gr.Button(value="Save")
|