crcdng commited on
Commit
3f28cf8
·
1 Parent(s): 407ea66

attempt fix gradio update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ def gradio_interface():
237
  chatbot = gr.Chatbot(
238
  value=[],
239
  height=500,
240
- type="messages",
241
  show_copy_button=True,
242
  avatar_images=("agent_a.jpg", "agent_b.jpg")
243
  )
 
237
  chatbot = gr.Chatbot(
238
  value=[],
239
  height=500,
240
+ #type="messages", # does not work in 6
241
  show_copy_button=True,
242
  avatar_images=("agent_a.jpg", "agent_b.jpg")
243
  )