Spaces:
Runtime error
Runtime error
Commit
·
8a83c76
1
Parent(s):
709456d
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,6 @@ with gr.Blocks() as demo:
|
|
43 |
time.sleep(2)
|
44 |
return chat_history, ""
|
45 |
|
46 |
-
msg.submit(respond,[msg,chatbot],[msg
|
47 |
|
48 |
demo.launch()
|
|
|
43 |
time.sleep(2)
|
44 |
return chat_history, ""
|
45 |
|
46 |
+
msg.submit(respond,[msg,chatbot],[chatbot,msg])
|
47 |
|
48 |
demo.launch()
|