GMARTINEZMILLA commited on
Commit
3fe0dd5
·
1 Parent(s): 5250188

feat: updated location of files

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -94,13 +94,6 @@ def radar_chart(categories, values, amounts, title):
94
 
95
  return fig
96
 
97
- # Main page design
98
- st.title("Welcome to Customer Insights App")
99
- st.markdown("""
100
- This app helps businesses analyze customer behaviors and provide personalized recommendations based on purchase history.
101
- Use the tools below to dive deeper into your customer data.
102
- """)
103
-
104
  # Navigation menu
105
  st.sidebar.title("DeepInsightz")
106
  page = st.sidebar.selectbox("Select the tool you want to use", ["Home", "Customer Analysis", "Articles Recommendations"])
 
94
 
95
  return fig
96
 
 
 
 
 
 
 
 
97
  # Navigation menu
98
  st.sidebar.title("DeepInsightz")
99
  page = st.sidebar.selectbox("Select the tool you want to use", ["Home", "Customer Analysis", "Articles Recommendations"])