Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
43d8107
1
Parent(s):
a1eac8d
feat: updated website
Browse files
app.py
CHANGED
@@ -185,6 +185,7 @@ if page == "Summary":
|
|
185 |
st.markdown('#### Main Data Information')
|
186 |
st.metric(label="Customers Analysed", value="3.000")
|
187 |
st.metric(label="Unique Products Sold", value="10.702")
|
|
|
188 |
|
189 |
st.markdown('#### Clustering Details')
|
190 |
|
|
|
185 |
st.markdown('#### Main Data Information')
|
186 |
st.metric(label="Customers Analysed", value="3.000")
|
187 |
st.metric(label="Unique Products Sold", value="10.702")
|
188 |
+
st.metric(label="Total Sales Instances", value="764.396")
|
189 |
|
190 |
st.markdown('#### Clustering Details')
|
191 |
|