GMARTINEZMILLA commited on
Commit
5307a00
1 Parent(s): fe7656a

feat: updated location of files

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -143,11 +143,11 @@ with st.sidebar:
143
 
144
 
145
  if page == "Summary":
146
- st.title("Welcome to DeepInsightz")
147
- st.markdown("""
148
- ### Data-driven Customer Clustering
149
- We analyzed thousands of customers and suppliers to help businesses make smarter sales decisions.
150
- """)
151
 
152
  # Create layout with three columns
153
  col1, col2, col3 = st.columns((1.5, 4.5, 2), gap='medium')
 
143
 
144
 
145
  if page == "Summary":
146
+ # st.title("Welcome to DeepInsightz")
147
+ # st.markdown("""
148
+ # ### Data-driven Customer Clustering
149
+ # We analyzed thousands of customers and suppliers to help businesses make smarter sales decisions.
150
+ # """)
151
 
152
  # Create layout with three columns
153
  col1, col2, col3 = st.columns((1.5, 4.5, 2), gap='medium')