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