panelforge commited on
Commit
01111ec
·
verified ·
1 Parent(s): 59e25a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks(css=css) as demo:
85
  )
86
 
87
  with gr.Row():
88
- run_button = gr.Button("Run", scale=0, variant="primary", elem_id="run-button")
89
 
90
  with gr.Accordion("Advanced Settings", open=False):
91
  with gr.Row():
 
85
  )
86
 
87
  with gr.Row():
88
+ run_button = gr.Button("Run", variant="primary", elem_id="run-button")
89
 
90
  with gr.Accordion("Advanced Settings", open=False):
91
  with gr.Row():