Spaces:
Sleeping
Sleeping
Update pages/25_Patient_Talk.py
Browse files- pages/25_Patient_Talk.py +5 -5
pages/25_Patient_Talk.py
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
import streamlit as st
|
2 |
-
from pathlib import Path
|
3 |
|
4 |
-
# Check if the file exists
|
5 |
-
|
6 |
-
# Set the page title
|
7 |
-
st.set_page_config(page_title="Patient Talk")
|
8 |
|
9 |
# Display an image
|
10 |
st.image("patienttalk.png", caption="Sample Image", use_column_width=True)
|
11 |
|
|
|
|
|
|
|
|
|
12 |
# Display the clickable link
|
13 |
st.markdown(
|
14 |
'[Click here for more details](https://chatgpt.com/g/g-cBp7DBgok-patient-talk)',
|
@@ -16,3 +15,4 @@ st.image("patienttalk.png", caption="Sample Image", use_column_width=True)
|
|
16 |
)
|
17 |
else:
|
18 |
st.error("The image file 'patienttalk.png' could not be found. Please ensure the file is in the correct location.")
|
|
|
|
1 |
import streamlit as st
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
4 |
# Display an image
|
5 |
st.image("patienttalk.png", caption="Sample Image", use_column_width=True)
|
6 |
|
7 |
+
st.image("patienttalk.png", caption="Online Image", use_column_width=True)
|
8 |
+
|
9 |
+
|
10 |
+
"""
|
11 |
# Display the clickable link
|
12 |
st.markdown(
|
13 |
'[Click here for more details](https://chatgpt.com/g/g-cBp7DBgok-patient-talk)',
|
|
|
15 |
)
|
16 |
else:
|
17 |
st.error("The image file 'patienttalk.png' could not be found. Please ensure the file is in the correct location.")
|
18 |
+
"""
|