Spaces:
Sleeping
Sleeping
Commit
·
edc6cee
1
Parent(s):
dcbaf0e
feat: Changed colours to right dataframe bars
Browse files
app.py
CHANGED
@@ -264,7 +264,8 @@ if page == "📃 Resumen":
|
|
264 |
"Venta Total (€)",
|
265 |
format="%d",
|
266 |
min_value=0,
|
267 |
-
max_value=ventas_top_100['total_sales'].max()
|
|
|
268 |
)}
|
269 |
)
|
270 |
# Customer Analysis Page
|
|
|
264 |
"Venta Total (€)",
|
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
|