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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -7
app.py CHANGED
@@ -775,10 +775,13 @@ if st.session_state.show_preview_modal:
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.
783
- </div>
784
- """, unsafe_allow_html=True)
 
 
 
 
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
+ )