Update app.py
Browse files
app.py
CHANGED
|
@@ -16,10 +16,10 @@ st.markdown(
|
|
| 16 |
)
|
| 17 |
st.markdown("---")
|
| 18 |
|
| 19 |
-
st.image("https://dinizululawgroup.com/wp-content/uploads/2020/07/news.jpg")
|
| 20 |
|
| 21 |
# Welcome Message with Style
|
| 22 |
-
st.write("👋 Welcome to the Sepsis Prediction App!)
|
| 23 |
st.write("Enter the medical data in the input fields below, then click 'Predict Sepsis', and get the patient's Sepsis prediction")
|
| 24 |
|
| 25 |
# About Section with Style
|
|
|
|
| 16 |
)
|
| 17 |
st.markdown("---")
|
| 18 |
|
| 19 |
+
st.image("https://dinizululawgroup.com/wp-content/uploads/2020/07/news.jpg", use_container_width=True)
|
| 20 |
|
| 21 |
# Welcome Message with Style
|
| 22 |
+
st.write("👋 Welcome to the Sepsis Prediction App!")
|
| 23 |
st.write("Enter the medical data in the input fields below, then click 'Predict Sepsis', and get the patient's Sepsis prediction")
|
| 24 |
|
| 25 |
# About Section with Style
|