Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def main():
|
|
21 |
hypertension = st.selectbox("Hypertension", options=unique_hypertension)
|
22 |
heart_disease = st.selectbox("Heart_Disease", options=unique_heart_disease)
|
23 |
work_type = st.selectbox("Work_type", options=unique_work_type)
|
24 |
-
Residence_type = st.selectbox("
|
25 |
glucose_level = st.slider("Glucose_Level", min_value=0, max_value=300)
|
26 |
bmi = st.slider("BMI", min_value=0, max_value=50)
|
27 |
smoking = st.selectbox("Smoking", options=unique_smoking_status)
|
|
|
21 |
hypertension = st.selectbox("Hypertension", options=unique_hypertension)
|
22 |
heart_disease = st.selectbox("Heart_Disease", options=unique_heart_disease)
|
23 |
work_type = st.selectbox("Work_type", options=unique_work_type)
|
24 |
+
Residence_type = st.selectbox("Residence_type", options=unique_residence_type)
|
25 |
glucose_level = st.slider("Glucose_Level", min_value=0, max_value=300)
|
26 |
bmi = st.slider("BMI", min_value=0, max_value=50)
|
27 |
smoking = st.selectbox("Smoking", options=unique_smoking_status)
|