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