Update app.py
Browse files
app.py
CHANGED
|
@@ -128,8 +128,14 @@ if page=="🏠 Home":
|
|
| 128 |
|
| 129 |
st.image(image_2, width=1450) # Hospital Icon
|
| 130 |
|
| 131 |
-
st.write(
|
| 132 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 133 |
|
| 134 |
# Navigation Buttons
|
| 135 |
st.markdown("---")
|
|
|
|
| 128 |
|
| 129 |
st.image(image_2, width=1450) # Hospital Icon
|
| 130 |
|
| 131 |
+
st.write(
|
| 132 |
+
"This app works as an alarm system for predicting the risk of a patient being readmitted. "
|
| 133 |
+
"Upload data, analyze clinical notes, and see predictions from our ensemble model.\n\n"
|
| 134 |
+
"For more information or collaboration, contact us:\n"
|
| 135 |
+
"[LinkedIn Feed](https://www.linkedin.com/feed/), "
|
| 136 |
+
"[André Brito](https://www.linkedin.com/in/andrembrito), "
|
| 137 |
+
"[Gonçalo Correia](https://www.linkedin.com/in/gonçalo-correia-b3774a336)")
|
| 138 |
+
|
| 139 |
|
| 140 |
# Navigation Buttons
|
| 141 |
st.markdown("---")
|