Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,6 +53,7 @@ def predict_stroke_from_one_patient(gender, age, hypertension, heartDisease, eve
|
|
| 53 |
st.title("Stroke Prediction")
|
| 54 |
st.markdown("""
|
| 55 |
This predictive model uses various health and demographic features to estimate the likelihood of having a stroke. The model has been trained on historical health data and can assist in identifying individuals at risk based on their inputs.
|
|
|
|
| 56 |
|
| 57 |
st.sidebar.header("Input Parameters")
|
| 58 |
gender = st.sidebar.radio("Gender", ["Male", "Female"])
|
|
|
|
| 53 |
st.title("Stroke Prediction")
|
| 54 |
st.markdown("""
|
| 55 |
This predictive model uses various health and demographic features to estimate the likelihood of having a stroke. The model has been trained on historical health data and can assist in identifying individuals at risk based on their inputs.
|
| 56 |
+
""")
|
| 57 |
|
| 58 |
st.sidebar.header("Input Parameters")
|
| 59 |
gender = st.sidebar.radio("Gender", ["Male", "Female"])
|