ManasSharma07 commited on
Commit
ae331cd
·
verified ·
1 Parent(s): 3f7d47f

Update src/pages/Molecular_Integrals.py

Browse files
Files changed (1) hide show
  1. src/pages/Molecular_Integrals.py +4 -3
src/pages/Molecular_Integrals.py CHANGED
@@ -65,8 +65,7 @@ set_css()
65
  embed_video()
66
 
67
  # Sidebar with enhanced styling (same as home page)
68
- st.sidebar.image("https://raw.githubusercontent.com/manassharma07/PyFock/main/logo_crysx_pyfock.png", use_container_width=True)
69
- st.sidebar.markdown("---")
70
 
71
  st.sidebar.markdown("### About PyFock")
72
  st.sidebar.markdown("""
@@ -896,4 +895,6 @@ st.markdown("""
896
  <p>PyFock Molecular Integrals Calculator</p>
897
  <p>⚡ Fast • 🎯 Accurate • 🐍 Pure Python</p>
898
  </div>
899
- """, unsafe_allow_html=True)
 
 
 
65
  embed_video()
66
 
67
  # Sidebar with enhanced styling (same as home page)
68
+ st.logo("https://raw.githubusercontent.com/manassharma07/PyFock/main/logo_crysx_pyfock.png", size="large", link="https://github.com/manassharma07/pyfock",)
 
69
 
70
  st.sidebar.markdown("### About PyFock")
71
  st.sidebar.markdown("""
 
895
  <p>PyFock Molecular Integrals Calculator</p>
896
  <p>⚡ Fast • 🎯 Accurate • 🐍 Pure Python</p>
897
  </div>
898
+ """, unsafe_allow_html=True)
899
+
900
+ st.sidebar.write('PyFock version being used for this GUI:', pyfock.__version__)