Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
d84930f
1
Parent(s):
1369e67
feat: updated website
Browse files
app.py
CHANGED
@@ -183,10 +183,11 @@ if page == "Summary":
|
|
183 |
# Left Column (Red): Metrics and Donut Charts
|
184 |
with col1:
|
185 |
st.markdown('#### General 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 |
|
191 |
|
192 |
# Middle Column (White): 3D Cluster Model and Bar Chart
|
|
|
183 |
# Left Column (Red): Metrics and Donut Charts
|
184 |
with col1:
|
185 |
st.markdown('#### General Information')
|
186 |
+
st.metric(label="Range of Dates", value="2021-2023")
|
187 |
st.metric(label="Customers Analysed", value="3.000")
|
188 |
st.metric(label="Unique Products Sold", value="10.702")
|
189 |
st.metric(label="Total Sales Instances", value="764.396")
|
190 |
+
|
191 |
|
192 |
|
193 |
# Middle Column (White): 3D Cluster Model and Bar Chart
|