Skip to content

Commit

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

Expand Down

0 comments on commit b0cdb0e

Please sign in to comment.