Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
8f0b3af
1
Parent(s):
4d60872
feat: updated location of files
Browse files
app.py
CHANGED
@@ -171,7 +171,8 @@ if page == "Home":
|
|
171 |
df_customers = pd.DataFrame(data)
|
172 |
|
173 |
fig_customers = px.bar(df_customers, x='Threshold (Items Purchased)', y='Number of Customers',
|
174 |
-
title="Distribution of Customers by Purchase Volume"
|
|
|
175 |
st.plotly_chart(fig_customers)
|
176 |
|
177 |
# 3. Interactive Cluster Visualization (placeholder)
|
|
|
171 |
df_customers = pd.DataFrame(data)
|
172 |
|
173 |
fig_customers = px.bar(df_customers, x='Threshold (Items Purchased)', y='Number of Customers',
|
174 |
+
title="Distribution of Customers by Purchase Volume",
|
175 |
+
template="plotly_dark")
|
176 |
st.plotly_chart(fig_customers)
|
177 |
|
178 |
# 3. Interactive Cluster Visualization (placeholder)
|