Daskam commited on
Commit
479e12c
·
1 Parent(s): 48df49a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
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="emerald",
121
- secondary_hue="teal",
122
- neutral_hue="stone",
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',