Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
d3a91ea
1
Parent(s):
ab3a4e6
feat: updated app script
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ if page == "Summary":
|
|
197 |
# Left Column (Red): Metrics and Donut Charts
|
198 |
with col1:
|
199 |
st.markdown('#### In a nutshell')
|
200 |
-
st.metric(label="Active Customers Analysed", value="4000"
|
201 |
st.metric(label="New York", value="19.5 M", delta="-77 K", delta_color="inverse")
|
202 |
|
203 |
st.markdown('#### States Migration')
|
|
|
197 |
# Left Column (Red): Metrics and Donut Charts
|
198 |
with col1:
|
199 |
st.markdown('#### In a nutshell')
|
200 |
+
st.metric(label="Active Customers Analysed", value="4000")
|
201 |
st.metric(label="New York", value="19.5 M", delta="-77 K", delta_color="inverse")
|
202 |
|
203 |
st.markdown('#### States Migration')
|