tx3bas commited on
Commit
c4c88ca
verified
1 Parent(s): 568549b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -205,9 +205,10 @@ if chart_type != "Donut" and chart_type != "Enlace externo":
205
  size=18,
206
  color="#374151",
207
  weight="normal"
208
- )
209
  )
210
- )
 
 
211
 
212
  # Aplicar configuraci贸n com煤n
213
  fig.update_layout(**common_layout)
 
205
  size=18,
206
  color="#374151",
207
  weight="normal"
 
208
  )
209
+ ),
210
+ legend_title_text='' # Eliminar el texto del t铆tulo de la leyenda
211
+ )
212
 
213
  # Aplicar configuraci贸n com煤n
214
  fig.update_layout(**common_layout)