ysharma HF Staff commited on
Commit
a43b1b8
·
1 Parent(s): bea6dc1

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -1
app_dialogue.py CHANGED
@@ -442,7 +442,7 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
442
  with gr.Row():
443
  with gr.Column(scale=0.6):
444
  textbox.render()
445
- with gr.Column(scale=0.4, min_width=0):
446
  with gr.Group():
447
  with gr.Row():
448
  with gr.Column(min_width=80):
 
442
  with gr.Row():
443
  with gr.Column(scale=0.6):
444
  textbox.render()
445
+ with gr.Column(scale=0.4, min_width=500):
446
  with gr.Group():
447
  with gr.Row():
448
  with gr.Column(min_width=80):