Spaces:
Sleeping
Sleeping
Commit
·
77c744c
1
Parent(s):
edc6cee
feat: Changed colours to right dataframe bars
Browse files
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 |
-
|
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
|