Spaces:
Sleeping
Sleeping
ruchi
commited on
Commit
·
ba3a2e0
1
Parent(s):
44173cd
Comment customer needs and sutaininabilty needs
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ selectedCity = st.selectbox("Please select the City and the Bank Product for You
|
|
27 |
selectedProduct = st.selectbox("Please select the Product", ["Current", "Mortage", "Credit Card", "Crypto"])
|
28 |
subscriberTakeOut = st.number_input("Please enter your subscriber take out")
|
29 |
moneyNeeds = st.text_area("Describe money needs of your target audience. For example do they spend a lot on education, healthcare, gym, eating out etc.")
|
30 |
-
customerExperience = st.text_area("Describe the customer experience needs of your target audience.")
|
31 |
-
sutainabilityNeeds = st.text_area("Describe the sutainability needs of your target audience.")
|
32 |
|
33 |
userProposal = st.text_area("Enter your final Proposition for Select City and Product")
|
34 |
submit_button = st.button("Submit")
|
|
|
27 |
selectedProduct = st.selectbox("Please select the Product", ["Current", "Mortage", "Credit Card", "Crypto"])
|
28 |
subscriberTakeOut = st.number_input("Please enter your subscriber take out")
|
29 |
moneyNeeds = st.text_area("Describe money needs of your target audience. For example do they spend a lot on education, healthcare, gym, eating out etc.")
|
30 |
+
#customerExperience = st.text_area("Describe the customer experience needs of your target audience.")
|
31 |
+
#sutainabilityNeeds = st.text_area("Describe the sutainability needs of your target audience.")
|
32 |
|
33 |
userProposal = st.text_area("Enter your final Proposition for Select City and Product")
|
34 |
submit_button = st.button("Submit")
|