Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
44c5a0b
1
Parent(s):
ca9aa30
feat: updated website
Browse files
app.py
CHANGED
@@ -241,7 +241,13 @@ if page == "Summary":
|
|
241 |
# Customer Analysis Page
|
242 |
elif page == "Customer Analysis":
|
243 |
st.title("Customer Analysis")
|
244 |
-
st.markdown("
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
|
246 |
# Combine text input and dropdown into a single searchable selectbox
|
247 |
customer_code = st.selectbox(
|
|
|
241 |
# Customer Analysis Page
|
242 |
elif page == "Customer Analysis":
|
243 |
st.title("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;'>
|
247 |
+
Enter the customer code to explore detailed customer insights,
|
248 |
+
including past sales, predictions for the current year, and manufacturer-specific information.
|
249 |
+
</p>
|
250 |
+
""", unsafe_allow_html=True)
|
251 |
|
252 |
# Combine text input and dropdown into a single searchable selectbox
|
253 |
customer_code = st.selectbox(
|