Quantum9999 commited on
Commit
f7a8a95
·
verified ·
1 Parent(s): d55626a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def user_input_form():
48
  TypeofContact = st.selectbox("Type of Contact", ["Company Invited", "Self Enquiry"])
49
  Occupation = st.selectbox("Occupation", ["Salaried", "Self Employed", "Small Business", "Large Business", "Free Lancer"])
50
  Gender = st.selectbox("Gender", ["Male", "Female"])
51
- MaritalStatus = st.selectbox("Marital Status", ["Married", "Single", "Divorced", "Unmarried"])
52
  Passport = st.selectbox("Passport", [0, 1])
53
  OwnCar = st.selectbox("Owns Car?", [0, 1])
54
  Designation = st.selectbox("Designation", ["Junior", "Senior", "Manager", "Executive", "Other"])
 
48
  TypeofContact = st.selectbox("Type of Contact", ["Company Invited", "Self Enquiry"])
49
  Occupation = st.selectbox("Occupation", ["Salaried", "Self Employed", "Small Business", "Large Business", "Free Lancer"])
50
  Gender = st.selectbox("Gender", ["Male", "Female"])
51
+ MaritalStatus = st.selectbox("Marital Status", ["Married", "Single", "Divorced"])
52
  Passport = st.selectbox("Passport", [0, 1])
53
  OwnCar = st.selectbox("Owns Car?", [0, 1])
54
  Designation = st.selectbox("Designation", ["Junior", "Senior", "Manager", "Executive", "Other"])