BesottenJenny commited on
Commit
be08488
·
verified ·
1 Parent(s): ca1f9b1

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
- <div style="text-align: center; color: gray; font-size: 12px; margin-top: 50px;">
87
- © 2025 Zhaky Baridwan Triaji. All rights reserved. <br>
88
- References: Dataset from <a href="https://www.kaggle.com" target="_blank" style="color: gray;">Kaggle</a>
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