Spaces:
Running
Running
smileycutie0
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ with gr.Blocks(
|
|
| 52 |
css="footer {display: none !important}",
|
| 53 |
theme=gr.themes.Base(
|
| 54 |
primary_hue="red",
|
| 55 |
-
secondary_hue="
|
| 56 |
neutral_hue="neutral"
|
| 57 |
)
|
| 58 |
) as app:
|
|
|
|
| 52 |
css="footer {display: none !important}",
|
| 53 |
theme=gr.themes.Base(
|
| 54 |
primary_hue="red",
|
| 55 |
+
secondary_hue="red",
|
| 56 |
neutral_hue="neutral"
|
| 57 |
)
|
| 58 |
) as app:
|