Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -136,6 +136,6 @@ with col2:
|
|
136 |
# ----------------------------- Footer -----------------------------
|
137 |
st.markdown("""
|
138 |
<div class="footer">
|
139 |
-
© 2025
|
140 |
</div>
|
141 |
""", unsafe_allow_html=True)
|
|
|
136 |
# ----------------------------- Footer -----------------------------
|
137 |
st.markdown("""
|
138 |
<div class="footer">
|
139 |
+
© 2025 Ömer Can. Tüm hakları saklıdır.
|
140 |
</div>
|
141 |
""", unsafe_allow_html=True)
|