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