Spaces:
Running
Running
Update src/pages/Molecular_Integrals.py
Browse files
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.
|
| 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__)
|