Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from sentence_transformers import SentenceTransformer
|
|
| 7 |
custom_theme = gr.themes.Soft(
|
| 8 |
primary_hue="pink",
|
| 9 |
secondary_hue="fuchsia",
|
| 10 |
-
neutral_hue="
|
| 11 |
spacing_size="lg",
|
| 12 |
radius_size="lg",
|
| 13 |
text_size="lg",
|
|
|
|
| 7 |
custom_theme = gr.themes.Soft(
|
| 8 |
primary_hue="pink",
|
| 9 |
secondary_hue="fuchsia",
|
| 10 |
+
neutral_hue="#FFBEC7",
|
| 11 |
spacing_size="lg",
|
| 12 |
radius_size="lg",
|
| 13 |
text_size="lg",
|