Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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",
|
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():
|