ramanub commited on
Commit
d99048d
·
verified ·
1 Parent(s): ff9a31f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ Gender = st.selectbox("Gender", ["Male", "Female"])
22
  MaritalStatus = st.selectbox("Marital Status", ["Single", "Married", "Divorced"])
23
  Occupation = st.selectbox("Occupation", ["Salaried", "Small Business", "Large Business", "Free lancer"])
24
  MonthlyIncome = st.number_input("Monthly Income ($)", min_value=0, max_value=1000000, value=50000, step=1000)
25
- Designation = st.text_input("Designation", ["Executive", "Manager", "Senior Manager", "AVP", "VP"])
26
 
27
  st.subheader("Location & Family Details")
28
 
 
22
  MaritalStatus = st.selectbox("Marital Status", ["Single", "Married", "Divorced"])
23
  Occupation = st.selectbox("Occupation", ["Salaried", "Small Business", "Large Business", "Free lancer"])
24
  MonthlyIncome = st.number_input("Monthly Income ($)", min_value=0, max_value=1000000, value=50000, step=1000)
25
+ Designation = st.selectbox("Designation", ["Executive", "Manager", "Senior Manager", "AVP", "VP"])
26
 
27
  st.subheader("Location & Family Details")
28