Spaces:
Running
Running
Update src/Home.py
Browse files- src/Home.py +5 -2
src/Home.py
CHANGED
|
@@ -16,6 +16,7 @@ import io as _io
|
|
| 16 |
from ase import Atoms
|
| 17 |
from ase.io import read as ase_read
|
| 18 |
import pandas as pd
|
|
|
|
| 19 |
|
| 20 |
# Set page configuration
|
| 21 |
st.set_page_config(
|
|
@@ -75,9 +76,9 @@ embed_video()
|
|
| 75 |
# )
|
| 76 |
|
| 77 |
# Sidebar with enhanced styling
|
| 78 |
-
st.sidebar.image("https://raw.githubusercontent.com/manassharma07/PyFock/main/logo_crysx_pyfock.png", use_container_width=True)
|
|
|
|
| 79 |
|
| 80 |
-
st.sidebar.markdown("---")
|
| 81 |
|
| 82 |
# About PyFock section
|
| 83 |
st.sidebar.markdown("### About PyFock")
|
|
@@ -1120,3 +1121,5 @@ st.markdown("""
|
|
| 1120 |
<p>⚡ Fast • 🎯 Accurate • 🐍 Pure Python</p>
|
| 1121 |
</div>
|
| 1122 |
""", unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
| 16 |
from ase import Atoms
|
| 17 |
from ase.io import read as ase_read
|
| 18 |
import pandas as pd
|
| 19 |
+
import pyfock
|
| 20 |
|
| 21 |
# Set page configuration
|
| 22 |
st.set_page_config(
|
|
|
|
| 76 |
# )
|
| 77 |
|
| 78 |
# Sidebar with enhanced styling
|
| 79 |
+
# st.sidebar.image("https://raw.githubusercontent.com/manassharma07/PyFock/main/logo_crysx_pyfock.png", use_container_width=True)
|
| 80 |
+
st.logo("https://raw.githubusercontent.com/manassharma07/PyFock/main/logo_crysx_pyfock.png", size="large", link="https://github.com/manassharma07/pyfock",)
|
| 81 |
|
|
|
|
| 82 |
|
| 83 |
# About PyFock section
|
| 84 |
st.sidebar.markdown("### About PyFock")
|
|
|
|
| 1121 |
<p>⚡ Fast • 🎯 Accurate • 🐍 Pure Python</p>
|
| 1122 |
</div>
|
| 1123 |
""", unsafe_allow_html=True)
|
| 1124 |
+
|
| 1125 |
+
st.sidebar.write('PyFock version being used for this GUI:', pyfock.__version__)
|