Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,12 +117,9 @@ texto_atributos = """-Diccionario de datos-\n
|
|
| 117 |
|
| 118 |
# creación de tema personalizado
|
| 119 |
custom_theme = gr.themes.Soft(
|
| 120 |
-
primary_hue="
|
| 121 |
-
secondary_hue="
|
| 122 |
-
neutral_hue="
|
| 123 |
-
text_size="lg",
|
| 124 |
-
spacing_size="sm",
|
| 125 |
-
radius_size="lg"
|
| 126 |
).set(
|
| 127 |
body_background_fill='*stat_background_fill',
|
| 128 |
body_background_fill_dark='*neutral_800',
|
|
|
|
| 117 |
|
| 118 |
# creación de tema personalizado
|
| 119 |
custom_theme = gr.themes.Soft(
|
| 120 |
+
primary_hue="teal",
|
| 121 |
+
secondary_hue="cyan",
|
| 122 |
+
neutral_hue="zinc"
|
|
|
|
|
|
|
|
|
|
| 123 |
).set(
|
| 124 |
body_background_fill='*stat_background_fill',
|
| 125 |
body_background_fill_dark='*neutral_800',
|