diff --git a/.streamlit/app.py b/.streamlit/app.py index cfae31b..ba764e3 100644 --- a/.streamlit/app.py +++ b/.streamlit/app.py @@ -45,9 +45,12 @@ if selected == "Home": with st.container(): - st.image( - './.streamlit/Images/Homepage.png', - use_column_width=True + # Resme tıklanınca yönlendirilecek URL + target_url = "https://public.tableau.com/app/profile/ramazan.erduran1816/viz/StressLevelHealth/Overview" + + st.markdown( + f'Homepage Image', + unsafe_allow_html=True ) st.markdown(