Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,8 @@ fig.update_layout(
|
|
| 102 |
height=600,
|
| 103 |
margin=dict(l=60, r=40, t=100, b=40),
|
| 104 |
bargap=1-bar_width, # Controlar el ancho de la barra con el bargap
|
| 105 |
-
font=dict(family="Times New Roman", size=18, color="black")
|
|
|
|
| 106 |
)
|
| 107 |
|
| 108 |
# Mostrar el gráfico
|
|
|
|
| 102 |
height=600,
|
| 103 |
margin=dict(l=60, r=40, t=100, b=40),
|
| 104 |
bargap=1-bar_width, # Controlar el ancho de la barra con el bargap
|
| 105 |
+
font=dict(family="Times New Roman", size=18, color="black"),
|
| 106 |
+
legend_title_text='' # Eliminar el texto del título de la leyenda
|
| 107 |
)
|
| 108 |
|
| 109 |
# Mostrar el gráfico
|