Spaces:
Sleeping
Sleeping
eaglelandsonce
commited on
Update pages/25_Patient_Talk.py
Browse files- 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 |
+
)
|