Spaces:
Sleeping
Sleeping
Commit
·
769db34
1
Parent(s):
4f07877
feat: updated website
Browse files
app.py
CHANGED
@@ -241,7 +241,6 @@ if page == "Summary":
|
|
241 |
)
|
242 |
# Customer Analysis Page
|
243 |
elif page == "Customer Analysis":
|
244 |
-
st.title("Customer Analysis")
|
245 |
st.markdown("""
|
246 |
<h2 style='text-align: center; font-size: 2.5rem;'>Customer Analysis</h2>
|
247 |
<p style='text-align: center; font-size: 1.2rem; color: gray;'>
|
|
|
241 |
)
|
242 |
# Customer Analysis Page
|
243 |
elif page == "Customer Analysis":
|
|
|
244 |
st.markdown("""
|
245 |
<h2 style='text-align: center; font-size: 2.5rem;'>Customer Analysis</h2>
|
246 |
<p style='text-align: center; font-size: 1.2rem; color: gray;'>
|