Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks(
|
|
45 |
css="footer {display: none !important}",
|
46 |
theme=gr.themes.Base(
|
47 |
primary_hue="red",
|
48 |
-
secondary_hue="
|
49 |
neutral_hue="neutral"
|
50 |
)
|
51 |
) as app:
|
|
|
45 |
css="footer {display: none !important}",
|
46 |
theme=gr.themes.Base(
|
47 |
primary_hue="red",
|
48 |
+
secondary_hue="green",
|
49 |
neutral_hue="neutral"
|
50 |
)
|
51 |
) as app:
|