Skip to content

Commit

Permalink
Merge pull request #21 from AshNumpy/deployment
Browse files Browse the repository at this point in the history
adding link to homepage image
  • Loading branch information
AshNumpy authored Jul 17, 2023
2 parents a1c2615 + 2e58d98 commit edc6df1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .streamlit/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'<a href="{target_url}" target="_blank"><img src="./.streamlit/Images/Homepage.png" alt="Homepage Image" width="100%"></a>',
unsafe_allow_html=True
)

st.markdown(
Expand Down

0 comments on commit edc6df1

Please sign in to comment.