diff --git a/pages/home.py b/pages/home.py index 7e18fc9..d86e4a2 100644 --- a/pages/home.py +++ b/pages/home.py @@ -1,3 +1,16 @@ import streamlit as st -st.title("🏠 Ana Sayfa") \ No newline at end of file +bg_img = """ + +""" + +# Kodu Streamlit'e uyguluyoruz +st.markdown(bg_img, unsafe_allow_html=True) \ No newline at end of file