From 53a4285ed8400ad3e417c32b9c975844f035af4b Mon Sep 17 00:00:00 2001 From: ashnumpy Date: Mon, 17 Jul 2023 11:04:29 +0300 Subject: [PATCH] adding homepage image --- .streamlit/app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'Homepage Image', + f'Homepage Image', unsafe_allow_html=True )