James MacQuillan commited on
Commit
2287af4
·
1 Parent(s): 4006dee
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -276,7 +276,7 @@ chatbot = gr.Chatbot(
276
  show_copy_button=True,
277
  layout="panel",
278
  height=700,
279
- type='messages'
280
  )
281
 
282
  with gr.Blocks(theme=theme) as demo:
 
276
  show_copy_button=True,
277
  layout="panel",
278
  height=700,
279
+
280
  )
281
 
282
  with gr.Blocks(theme=theme) as demo: