Shreyas094 commited on
Commit
1b48f51
·
verified ·
1 Parent(s): 9d40712

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -524,7 +524,7 @@ demo = gr.ChatInterface(
524
  chatbot = gr.Chatbot(
525
  show_copy_button=True,
526
  likeable=True,
527
- layout="panel",
528
  height=400,
529
  )
530
  )
 
524
  chatbot = gr.Chatbot(
525
  show_copy_button=True,
526
  likeable=True,
527
+ layout="bubble",
528
  height=400,
529
  )
530
  )