GMARTINEZMILLA commited on
Commit
77c744c
·
1 Parent(s): edc6cee

feat: Changed colours to right dataframe bars

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ if page == "📃 Resumen":
265
  format="%d",
266
  min_value=0,
267
  max_value=ventas_top_100['total_sales'].max(),
268
- color_continuous_scale=["#b3d9ff", "#0066cc"]
269
  )}
270
  )
271
  # Customer Analysis Page
 
265
  format="%d",
266
  min_value=0,
267
  max_value=ventas_top_100['total_sales'].max(),
268
+ fill_color=["#b3d9ff", "#0066cc"]
269
  )}
270
  )
271
  # Customer Analysis Page