Update app.py
Browse files
app.py
CHANGED
|
@@ -39,6 +39,9 @@ st.markdown("---")
|
|
| 39 |
|
| 40 |
st.image("https://dinizululawgroup.com/wp-content/uploads/2020/07/news.jpg", width=700)
|
| 41 |
|
|
|
|
|
|
|
|
|
|
| 42 |
st.write("Enter the medical data in the input fields below, then click 'Predict Sepsis', and get the patient's Sepsis prediction")
|
| 43 |
|
| 44 |
# About Section with Style
|
|
|
|
| 39 |
|
| 40 |
st.image("https://dinizululawgroup.com/wp-content/uploads/2020/07/news.jpg", width=700)
|
| 41 |
|
| 42 |
+
# Additional Information for Sample Prediction
|
| 43 |
+
st.markdown("## Sample Prediction with Training Dataset Information")
|
| 44 |
+
st.write("To make a sample prediction, you can refer to the training dataset information available in the sidebar.")
|
| 45 |
st.write("Enter the medical data in the input fields below, then click 'Predict Sepsis', and get the patient's Sepsis prediction")
|
| 46 |
|
| 47 |
# About Section with Style
|