Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -215,6 +215,6 @@ if user in st.session_state.history:
|
|
215 |
# ----------------------------- Footer -----------------------------
|
216 |
st.markdown("""
|
217 |
<div class="footer">
|
218 |
-
© 2025
|
219 |
</div>
|
220 |
""", unsafe_allow_html=True)
|
|
|
215 |
# ----------------------------- Footer -----------------------------
|
216 |
st.markdown("""
|
217 |
<div class="footer">
|
218 |
+
© 2025 Ömer Can. Tüm hakları saklıdır.
|
219 |
</div>
|
220 |
""", unsafe_allow_html=True)
|