Spaces:
Runtime error
Runtime error
Commit
·
861412f
1
Parent(s):
4bcb650
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.last
|
43 |
|
44 |
msg.submit(respond,[msg,chatbot],chatbot)
|
45 |
|
|
|
39 |
messages=chat_history
|
40 |
)
|
41 |
time.sleep(2)
|
42 |
+
return "", list(bot_message.last)
|
43 |
|
44 |
msg.submit(respond,[msg,chatbot],chatbot)
|
45 |
|