ysharma HF staff commited on
Commit
88a64d1
1 Parent(s): 6f05301

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +4 -4
app_dialogue.py CHANGED
@@ -643,13 +643,13 @@ And so, the story of Mulan and Shrek's romance came to an end, leaving a lasting
643
  #with gr.Row():
644
  with gr.Group():
645
  with gr.Row():
646
- with gr.Column(scale=7):
647
  textbox.render()
648
- with gr.Column(scale=1): #, min_width=80):
649
  submit_btn = gr.Button(value="Submit", visible=True)
650
- with gr.Column(scale=1): #, min_width=10):
651
  clear_btn = gr.ClearButton([textbox, chatbot])
652
- with gr.Column(scale=1): #, min_width=10):
653
  upload_btn = gr.UploadButton("📁", file_types=["image"])
654
  #with gr.Row():
655
  with gr.Group():
 
643
  #with gr.Row():
644
  with gr.Group():
645
  with gr.Row():
646
+ with gr.Column(scale=0.7):
647
  textbox.render()
648
+ with gr.Column(scale=0.1, min_width=80):
649
  submit_btn = gr.Button(value="Submit", visible=True)
650
+ with gr.Column(scale=0.1, min_width=0):
651
  clear_btn = gr.ClearButton([textbox, chatbot])
652
+ with gr.Column(scale=0.1, min_width=0):
653
  upload_btn = gr.UploadButton("📁", file_types=["image"])
654
  #with gr.Row():
655
  with gr.Group():