fffiloni commited on
Commit
66d91ff
1 Parent(s): 72a03e1

Update app_zero.py

Browse files
Files changed (1) hide show
  1. app_zero.py +1 -1
app_zero.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks(css=css) as demo:
85
 
86
  with gr.Row():
87
  text_input = gr.Textbox(label='User question', placeholder='Please upload your audio first', interactive=True)
88
- submit_btn = gr.Button("Submit")
89
  answer = gr.Textbox(label="Salmonn answer")
90
 
91
  with gr.Accordion("Advanced Settings", open=False):
 
85
 
86
  with gr.Row():
87
  text_input = gr.Textbox(label='User question', placeholder='Please upload your audio first', interactive=True)
88
+ submit_btn = gr.Button("Submit", scale=0)
89
  answer = gr.Textbox(label="Salmonn answer")
90
 
91
  with gr.Accordion("Advanced Settings", open=False):