Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
4ec0aad
1
Parent(s):
2508f62
feat: updated website
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ if page == "Summary":
|
|
182 |
|
183 |
# Left Column (Red): Metrics and Donut Charts
|
184 |
with col1:
|
185 |
-
st.markdown('#### General
|
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")
|
|
|
182 |
|
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")
|