Lokahi_Solutions / pages /25_Patient_Talk.py
eaglelandsonce's picture
Update pages/25_Patient_Talk.py
d687f3e verified
raw
history blame
255 Bytes
import streamlit as st
# Display an image
st.image("patienttalk.png", caption="Patient Talk")
# Display the clickable link
st.markdown(
'[Click here to visit the app](https://chatgpt.com/g/g-cBp7DBgok-patient-talk)',
unsafe_allow_html=True
)