James MacQuillan commited on
Commit
e72c09c
·
1 Parent(s): f1396b6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ chatbot = gr.Chatbot(
171
  show_copy_button=True,
172
  layout="panel",
173
  height=700,
174
- type = 'messages'
175
  )
176
 
177
  with gr.Blocks(theme=theme) as demo:
 
171
  show_copy_button=True,
172
  layout="panel",
173
  height=700,
174
+
175
  )
176
 
177
  with gr.Blocks(theme=theme) as demo: