Spaces:
Sleeping
Sleeping
Commit
·
3691535
1
Parent(s):
681ee74
feat: updated website
Browse files
app.py
CHANGED
@@ -181,11 +181,11 @@ if page == "Summary":
|
|
181 |
|
182 |
# Left Column (Red): Metrics and Donut Charts
|
183 |
with col1:
|
184 |
-
st.markdown('####
|
185 |
-
st.metric(label="
|
186 |
-
st.metric(label="
|
187 |
|
188 |
-
st.markdown('####
|
189 |
|
190 |
# Create a placeholder for your own donut charts with Plotly
|
191 |
inbound_values = [23, 77] # Adjust the values
|
|
|
181 |
|
182 |
# Left Column (Red): Metrics and Donut Charts
|
183 |
with col1:
|
184 |
+
st.markdown('#### Main Data Information')
|
185 |
+
st.metric(label="Customers Analysed", value="3.000")
|
186 |
+
st.metric(label="Unique Products Sold", value="10.702")
|
187 |
|
188 |
+
st.markdown('#### Clustering Details')
|
189 |
|
190 |
# Create a placeholder for your own donut charts with Plotly
|
191 |
inbound_values = [23, 77] # Adjust the values
|