panelforge commited on
Commit
5d06b15
·
verified ·
1 Parent(s): 4b42b92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(css=css) as demo:
93
  )
94
 
95
  with gr.Row():
96
- run_button = gr.Button("Run", scale=0, variant="primary", elem_classes="full-width")
97
 
98
  with gr.Accordion("Advanced Settings", open=False):
99
  with gr.Row():
 
93
  )
94
 
95
  with gr.Row():
96
+ run_button = gr.Button("Run", scale=0, variant="primary", css="full-width")
97
 
98
  with gr.Accordion("Advanced Settings", open=False):
99
  with gr.Row():