Spaces:
Running
on
L4
Running
on
L4
This PR adds color code for button
#2
by
Fabrice-TIERCELIN
- opened
app.py
CHANGED
|
@@ -337,7 +337,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 337 |
container=False,
|
| 338 |
)
|
| 339 |
|
| 340 |
-
run_button = gr.Button("Run", scale=0)
|
| 341 |
|
| 342 |
result = gr.Image(label="Result", show_label=False)
|
| 343 |
|
|
|
|
| 337 |
container=False,
|
| 338 |
)
|
| 339 |
|
| 340 |
+
run_button = gr.Button("Run", scale=0, variant="primary")
|
| 341 |
|
| 342 |
result = gr.Image(label="Result", show_label=False)
|
| 343 |
|