GMARTINEZMILLA commited on
Commit
3691535
·
1 Parent(s): 681ee74

feat: updated website

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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('#### In a nutshell')
185
- st.metric(label="Active Customers Analysed", value="4000")
186
- st.metric(label="New York", value="19.5 M", delta="-77 K", delta_color="inverse")
187
 
188
- st.markdown('#### States Migration')
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