SysModeler commited on
Commit
e8b52a6
·
verified ·
1 Parent(s): f4a8b3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ with gr.Blocks(css="""
204
  lines=3,
205
  show_label=False
206
  )
207
- with gr.Column(scale=4, min_width=50):
208
  submit_btn = gr.Button("➤", elem_id="submit-btn")
209
 
210
  clear = gr.Button("Clear")
 
204
  lines=3,
205
  show_label=False
206
  )
207
+ with gr.Column(scale=1, min_width=50, min_height=30):
208
  submit_btn = gr.Button("➤", elem_id="submit-btn")
209
 
210
  clear = gr.Button("Clear")