ysharma HF Staff commited on
Commit
907dd86
·
1 Parent(s): f165ba6

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -1
app_dialogue.py CHANGED
@@ -429,7 +429,7 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
429
  with gr.Row():
430
  with gr.Column(scale=0.6):
431
  textbox.render()
432
- with gr.Column(scale=0.1, min_width=80):
433
  submit_btn = gr.Button(value="▶️ Submit", visible=True)
434
  with gr.Column(scale=0.1, min_width=0):
435
  clear_btn = gr.ClearButton([textbox, imagebox, chatbot], value="🧹 Clear")
 
429
  with gr.Row():
430
  with gr.Column(scale=0.6):
431
  textbox.render()
432
+ with gr.Column(scale=0.1, min_width=0):
433
  submit_btn = gr.Button(value="▶️ Submit", visible=True)
434
  with gr.Column(scale=0.1, min_width=0):
435
  clear_btn = gr.ClearButton([textbox, imagebox, chatbot], value="🧹 Clear")