File size: 255 Bytes
b6a4400
 
a622e50
 
2061f69
5237b06
b6a4400
2061f69
 
d687f3e
2061f69
 
1
2
3
4
5
6
7
8
9
10
11
12
13
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
)