Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -249,8 +249,8 @@ with gr.Blocks(
|
|
249 |
css=custom_css,
|
250 |
theme=gr.themes.Default(
|
251 |
font=[gr.themes.GoogleFont("Roboto"), "sans-serif"],
|
252 |
-
primary_hue="
|
253 |
-
secondary_hue="
|
254 |
)
|
255 |
) as iface:
|
256 |
with gr.Column(elem_id="container"):
|
|
|
249 |
css=custom_css,
|
250 |
theme=gr.themes.Default(
|
251 |
font=[gr.themes.GoogleFont("Roboto"), "sans-serif"],
|
252 |
+
primary_hue="violet",
|
253 |
+
secondary_hue="violet"
|
254 |
)
|
255 |
) as iface:
|
256 |
with gr.Column(elem_id="container"):
|