eaglelandsonce commited on
Commit
2af00b9
·
verified ·
1 Parent(s): 775232f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -2,11 +2,5 @@ import streamlit as st
2
 
3
 
4
  # Display an image
5
- st.image("patienttalk.png", caption="Patient Talk")
6
 
7
-
8
- # Display the clickable link
9
- st.markdown(
10
- '[Click here for more details](https://chatgpt.com/g/g-cBp7DBgok-patient-talk)',
11
- unsafe_allow_html=True
12
- )
 
2
 
3
 
4
  # Display an image
5
+ st.image("PrecionCarePortal.jpg", caption="Lokahi Precision Care Portal")
6