Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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.
|
| 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 |
|