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