Spaces:
Sleeping
Sleeping
eaglelandsonce
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1 +1,12 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
|
4 |
+
# Display an image
|
5 |
+
st.image("patienttalk.png", caption="Patient Talk")
|
6 |
+
|
7 |
+
|
8 |
+
# Display the clickable link
|
9 |
+
st.markdown(
|
10 |
+
'[Click here for more details](https://chatgpt.com/g/g-cBp7DBgok-patient-talk)',
|
11 |
+
unsafe_allow_html=True
|
12 |
+
)
|