Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,7 @@ if option == "Information about training data":
|
|
98 |
st.markdown("### Disclaimer: This project is made from data collected from one American hospital. For this model to be more relevant in predicting health risks, it should ideally be trained on data specific to your population.")
|
99 |
|
100 |
st.subheader("Stroke dataset has 5110 records and 12 features.")
|
|
|
101 |
st.image(r'Stroke_between_respondents.png')
|
102 |
|
103 |
st.markdown("### 4.9% of all respondents had a stroke.")
|
|
|
98 |
st.markdown("### Disclaimer: This project is made from data collected from one American hospital. For this model to be more relevant in predicting health risks, it should ideally be trained on data specific to your population.")
|
99 |
|
100 |
st.subheader("Stroke dataset has 5110 records and 12 features.")
|
101 |
+
st.subheader("Ratio of stroke between respondents.")
|
102 |
st.image(r'Stroke_between_respondents.png')
|
103 |
|
104 |
st.markdown("### 4.9% of all respondents had a stroke.")
|