C2MV commited on
Commit
4159598
·
verified ·
1 Parent(s): 1340e48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1198,7 +1198,7 @@ def crear_grafico_lineas(df, titulo, eje_y, formato=None):
1198
  line=dict(color=COLORES.get(columna, '#000000'),
1199
  marker=dict(size=8),
1200
  hovertemplate=f'<b>{columna}</b>: %{{y:{formato or ".2f"}}}<extra></extra>'
1201
- ))
1202
 
1203
  fig.update_layout(
1204
  title=dict(text=titulo, x=0.5, font=dict(size=20)),
 
1198
  line=dict(color=COLORES.get(columna, '#000000'),
1199
  marker=dict(size=8),
1200
  hovertemplate=f'<b>{columna}</b>: %{{y:{formato or ".2f"}}}<extra></extra>'
1201
+ )))
1202
 
1203
  fig.update_layout(
1204
  title=dict(text=titulo, x=0.5, font=dict(size=20)),