ysharma HF Staff commited on
Commit
33912bc
·
verified ·
1 Parent(s): cecdd8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks(css=css, fill_height=True) as demo:
24
  chatbot = gr.Chatbot(
25
  [],
26
  elem_id="chatbot",
27
- bubble_full_width=True,
28
  height=700,
29
  )
30
 
 
24
  chatbot = gr.Chatbot(
25
  [],
26
  elem_id="chatbot",
27
+ bubble_full_width=False,
28
  height=700,
29
  )
30