eaglelandsonce commited on
Commit
b6a4400
·
verified ·
1 Parent(s): 1a535b8

Update pages/25_Patient_Talk.py

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