cyrusyc commited on
Commit
5d75841
1 Parent(s): 3b3aaa9
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  streamlit
2
  plotly
3
- numpy==1.26.4
4
- scipy==1.14.0
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