Spaces:
Sleeping
Sleeping
Commit
·
b6148e0
1
Parent(s):
3a7c531
feat: generated files
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ st.markdown("""
|
|
16 |
page = st.selectbox("Selecciona la herramienta que quieres utilizar", ["", "Customer Analysis", "Customer Recommendations"])
|
17 |
|
18 |
# Página Home
|
19 |
-
if page == "
|
20 |
st.markdown("## Welcome to the Customer Insights App")
|
21 |
st.write("Use the dropdown menu to navigate between the different sections.")
|
22 |
|
|
|
16 |
page = st.selectbox("Selecciona la herramienta que quieres utilizar", ["", "Customer Analysis", "Customer Recommendations"])
|
17 |
|
18 |
# Página Home
|
19 |
+
if page == "":
|
20 |
st.markdown("## Welcome to the Customer Insights App")
|
21 |
st.write("Use the dropdown menu to navigate between the different sections.")
|
22 |
|