Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
8f6cb18
1
Parent(s):
b42a154
feat: Added about section underneath table in col 3
Browse files
app.py
CHANGED
@@ -278,7 +278,7 @@ if page == "📃 Resumen":
|
|
278 |
sales_10th = ventas_clientes['total_sales'].quantile(0.1)
|
279 |
|
280 |
# About Section with relevant data insights
|
281 |
-
with st.expander('
|
282 |
st.write(f'''
|
283 |
- **Rango de ventas**: €{sales_min:,.0f} - €{sales_max:,.0f}.
|
284 |
- **Ventas Medianas**: €{sales_median:,.0f} .
|
|
|
278 |
sales_10th = ventas_clientes['total_sales'].quantile(0.1)
|
279 |
|
280 |
# About Section with relevant data insights
|
281 |
+
with st.expander('Los clientes al detalle', expanded=True):
|
282 |
st.write(f'''
|
283 |
- **Rango de ventas**: €{sales_min:,.0f} - €{sales_max:,.0f}.
|
284 |
- **Ventas Medianas**: €{sales_median:,.0f} .
|