Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def get_healthcare_news():
|
|
63 |
st.set_page_config(page_title="Healthcare Application", layout="wide")
|
64 |
|
65 |
# Add a logo at the top of your app
|
66 |
-
logo_path = 'https://huggingface.co/spaces/King-Afridi/MediTherapist-Your-Complete-Health-Wellness-Companion/resolve/main/
|
67 |
st.image(logo_path, width=200)
|
68 |
|
69 |
# Add healthcare-themed background image
|
|
|
63 |
st.set_page_config(page_title="Healthcare Application", layout="wide")
|
64 |
|
65 |
# Add a logo at the top of your app
|
66 |
+
logo_path = 'https://huggingface.co/spaces/King-Afridi/MediTherapist-Your-Complete-Health-Wellness-Companion/resolve/main/pexels-totalshape-2383010.jpg' # Path to your uploaded logo
|
67 |
st.image(logo_path, width=200)
|
68 |
|
69 |
# Add healthcare-themed background image
|