eaglelandsonce's picture
Update app.py
af31f9c 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 for more details](https://chatgpt.com/g/g-cBp7DBgok-patient-talk)',
unsafe_allow_html=True
)