Update app.py
Browse files
app.py
CHANGED
|
@@ -16,6 +16,8 @@ st.markdown(
|
|
| 16 |
)
|
| 17 |
st.markdown("---")
|
| 18 |
|
|
|
|
|
|
|
| 19 |
# Welcome Message with Style
|
| 20 |
st.write(
|
| 21 |
"👋 Welcome to the Sepsis Prediction App! Enter the medical data in the input fields below, "
|
|
|
|
| 16 |
)
|
| 17 |
st.markdown("---")
|
| 18 |
|
| 19 |
+
st.image("https://github.com/rasmodev/Sepsis-Classification-ML-Project-with-FastAPI-Deployment/blob/main/screenshots/profile_image.jpg")
|
| 20 |
+
|
| 21 |
# Welcome Message with Style
|
| 22 |
st.write(
|
| 23 |
"👋 Welcome to the Sepsis Prediction App! Enter the medical data in the input fields below, "
|