jashii78 commited on
Commit
724b224
·
verified ·
1 Parent(s): cf1070f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -300,10 +300,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="Quantira AI Playgr
300
  with gr.Column(scale=8):
301
  chatbot = gr.Chatbot(
302
  label="Quantira Chat",
303
- elem_id="chatbot",
304
- bubble_full_width=False,
305
- show_copy_button=True,
306
- height=720,
307
  )
308
 
309
  with gr.Row():
 
300
  with gr.Column(scale=8):
301
  chatbot = gr.Chatbot(
302
  label="Quantira Chat",
303
+ height=700,
 
 
 
304
  )
305
 
306
  with gr.Row():