Spaces:
Runtime error
Runtime error
Commit
·
b60dadc
1
Parent(s):
8ae9a27
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks() as demo:
|
|
39 |
messages=chat_history
|
40 |
)
|
41 |
time.sleep(2)
|
42 |
-
return "", bot_message.
|
43 |
|
44 |
msg.submit(respond,[msg,chatbot],[msg, chatbot])
|
45 |
|
|
|
39 |
messages=chat_history
|
40 |
)
|
41 |
time.sleep(2)
|
42 |
+
return "", bot_message.last, chat_history
|
43 |
|
44 |
msg.submit(respond,[msg,chatbot],[msg, chatbot])
|
45 |
|