Spaces:
Running
Running
add logo
Browse files- requirements.txt +2 -2
- serve/assets/atomind.jpg +0 -0
- serve/models/leaderboard.py +1 -0
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
streamlit
|
2 |
plotly
|
3 |
-
numpy
|
4 |
-
scipy
|
5 |
ase==3.23.0
|
6 |
torch==2.2.1
|
7 |
pymatgen==2024.4.13
|
|
|
1 |
streamlit
|
2 |
plotly
|
3 |
+
numpy
|
4 |
+
scipy
|
5 |
ase==3.23.0
|
6 |
torch==2.2.1
|
7 |
pymatgen==2024.4.13
|
serve/assets/atomind.jpg
ADDED
serve/models/leaderboard.py
CHANGED
@@ -51,6 +51,7 @@ s = table.style.background_gradient(
|
|
51 |
|
52 |
st.markdown(
|
53 |
"""
|
|
|
54 |
<h1 style='text-align: center;'>MLIP Arena Leaderboard</h1>
|
55 |
""", unsafe_allow_html=True)
|
56 |
|
|
|
51 |
|
52 |
st.markdown(
|
53 |
"""
|
54 |
+
<img src="https://raw.githubusercontent.com/atomind-ai/mlip-arena/main/mlip_arena/serve/assets/atomind.jpg" alt="MLIP Arena" style="width: 30%;"/>
|
55 |
<h1 style='text-align: center;'>MLIP Arena Leaderboard</h1>
|
56 |
""", unsafe_allow_html=True)
|
57 |
|