Update src/streamlit_app.py
Browse files- src/streamlit_app.py +3 -3
src/streamlit_app.py
CHANGED
|
@@ -83,9 +83,9 @@ if uploaded_file is not None:
|
|
| 83 |
# Footer
|
| 84 |
st.markdown(
|
| 85 |
"""
|
| 86 |
-
<
|
| 87 |
-
|
| 88 |
-
|
| 89 |
</div>
|
| 90 |
""",
|
| 91 |
unsafe_allow_html=True
|
|
|
|
| 83 |
# Footer
|
| 84 |
st.markdown(
|
| 85 |
"""
|
| 86 |
+
<hr style="margin-top: 50px; border: none; border-top: 1px solid #ddd;">
|
| 87 |
+
<div style="text-align: center; color: gray; font-size: 12px; margin-top: 10px;">
|
| 88 |
+
© 2025 Zhaky Baridwan Triaji. All rights reserved.
|
| 89 |
</div>
|
| 90 |
""",
|
| 91 |
unsafe_allow_html=True
|