Zelyanoth commited on
Commit
6c3e341
·
verified ·
1 Parent(s): 8cf0b3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -475,6 +475,7 @@ with gr.Blocks(
475
 
476
  chatbot = gr.Chatbot(
477
  label="Conversation",
 
478
  height=500,
479
  show_copy_button=True
480
  )
 
475
 
476
  chatbot = gr.Chatbot(
477
  label="Conversation",
478
+ type='messages' ,
479
  height=500,
480
  show_copy_button=True
481
  )