macayaven commited on
Commit
f892a61
·
verified ·
1 Parent(s): 8649fb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -294,7 +294,7 @@ def create_app(language='en'):
294
 
295
  with gr.Row():
296
  with gr.Column(scale=2):
297
- chatbot_ui = gr.Chatbot(height=400, label="Conversation")
298
 
299
  with gr.Row():
300
  msg_input = gr.Textbox(
 
294
 
295
  with gr.Row():
296
  with gr.Column(scale=2):
297
+ chatbot_ui = gr.Chatbot(height=400, label="Conversation", type='messages')
298
 
299
  with gr.Row():
300
  msg_input = gr.Textbox(