UCS2014 commited on
Commit
ca9a7cf
·
verified ·
1 Parent(s): 6174e32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -10
app.py CHANGED
@@ -775,13 +775,11 @@ if st.session_state.show_preview_modal:
775
  # =========================
776
  # Footer
777
  # =========================
778
- st.markdown("---")
779
- st.markdown(
780
-     """
781
-     <div style='text-align:center; color:#6b7280; line-height:1.6'>
782
-       ST_GeoMech_UCS © Smart Thinking<br/>
783
-       <strong>Visit our website:</strong> <a href='https://www.smartthinking.com.sa' target='_blank'>smartthinking.com.sa</a>
784
-     </div>
785
-     """,
786
-     unsafe_allow_html=True
787
- )
 
775
  # =========================
776
  # Footer
777
  # =========================
778
+ st.markdown("""
779
+ <br><br><br>
780
+ <hr>
781
+ <div style='text-align:center;color:#6b7280;font-size:0.8em;'>
782
+ © 2024 Smart Thinking AI-Solutions Team. All rights reserved.<br>
783
+ Contact: smartthinking@smartthinking.com.sa
784
+ </div>
785
+ """, unsafe_allow_html=True)