joaopimenta commited on
Commit
596956e
·
verified ·
1 Parent(s): 977efb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -128,8 +128,14 @@ if page=="🏠 Home":
128
 
129
  st.image(image_2, width=1450) # Hospital Icon
130
 
131
- st.write("This app works as an alarm system for predicting the risk of a patient being readmited. "
132
- "Upload data, analyze clinical notes, and see predictions from our ensemble model.")
 
 
 
 
 
 
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("---")