Upload folder using huggingface_hub
Browse files
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"
|
| 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"])
|