Antoine245 commited on
Commit
861412f
·
1 Parent(s): 4bcb650

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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