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

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +2 -2
app_dialogue.py CHANGED
@@ -442,10 +442,10 @@ 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=500):
446
  with gr.Group():
447
  with gr.Row():
448
- with gr.Column(min_width=80):
449
  submit_btn = gr.Button(value="▶️ Submit", visible=True)
450
  with gr.Column(min_width=60):
451
  clear_btn = gr.ClearButton([textbox, imagebox, chatbot], value="🧹 Clear")
 
442
  with gr.Row():
443
  with gr.Column(scale=0.6):
444
  textbox.render()
445
+ with gr.Column(scale=0.4, min_width=400):
446
  with gr.Group():
447
  with gr.Row():
448
+ with gr.Column(min_width=60):
449
  submit_btn = gr.Button(value="▶️ Submit", visible=True)
450
  with gr.Column(min_width=60):
451
  clear_btn = gr.ClearButton([textbox, imagebox, chatbot], value="🧹 Clear")