Update app.py
Browse files
app.py
CHANGED
|
@@ -413,7 +413,7 @@ def create_interface():
|
|
| 413 |
|
| 414 |
with gr.Blocks(
|
| 415 |
theme=gr.themes.Soft(
|
| 416 |
-
primary_hue="
|
| 417 |
secondary_hue="green",
|
| 418 |
neutral_hue="slate",
|
| 419 |
).set(
|
|
|
|
| 413 |
|
| 414 |
with gr.Blocks(
|
| 415 |
theme=gr.themes.Soft(
|
| 416 |
+
primary_hue="indigo",
|
| 417 |
secondary_hue="green",
|
| 418 |
neutral_hue="slate",
|
| 419 |
).set(
|