diff --git a/.streamlit/app.py b/.streamlit/app.py
index ba764e3..52dbf22 100644
--- a/.streamlit/app.py
+++ b/.streamlit/app.py
@@ -47,9 +47,10 @@
# Resme tıklanınca yönlendirilecek URL
target_url = "https://public.tableau.com/app/profile/ramazan.erduran1816/viz/StressLevelHealth/Overview"
+ image_url = "https://raw.githubusercontent.com/AshNumpy/Sleep-Health-ML-Project/main/Imgs/Homepage.png"
st.markdown(
- f'',
+ f'',
unsafe_allow_html=True
)