Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def main():
|
|
| 40 |
age = st.slider("Age", min_value = 10, max_value = 100)
|
| 41 |
workclass = st.selectbox("Workclass", options=unique_class)
|
| 42 |
education = st.selectbox("Education", options=unique_education)
|
| 43 |
-
Marital_Status = st.selectbox("Marital Status", options=
|
| 44 |
occupation = st.selectbox("Occupation", options=unique_occupation)
|
| 45 |
relationship = st.selectbox("Relationship", options=unique_relationship)
|
| 46 |
race = st.selectbox("Race", options=unique_race)
|
|
|
|
| 40 |
age = st.slider("Age", min_value = 10, max_value = 100)
|
| 41 |
workclass = st.selectbox("Workclass", options=unique_class)
|
| 42 |
education = st.selectbox("Education", options=unique_education)
|
| 43 |
+
Marital_Status = st.selectbox("Marital Status", options=unique_marital_status)
|
| 44 |
occupation = st.selectbox("Occupation", options=unique_occupation)
|
| 45 |
relationship = st.selectbox("Relationship", options=unique_relationship)
|
| 46 |
race = st.selectbox("Race", options=unique_race)
|