arthurpendragon commited on
Commit
30f0910
·
verified ·
1 Parent(s): 86082bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"])