cyrusyc commited on
Commit
af4a473
1 Parent(s): 5d75841

update title

Browse files
serve/assets/atomind.jpg DELETED
Binary file (270 kB)
 
serve/models/leaderboard.py CHANGED
@@ -51,10 +51,11 @@ s = table.style.background_gradient(
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
 
 
 
58
  # st.markdown("# MLIP Arena Leaderboard")
59
 
60
  st.dataframe(
 
51
 
52
  st.markdown(
53
  """
54
+ <h1 style='text-align: center;'>⚔️ MLIP Arena Leaderboard ⚔️</h1>
 
55
  """, unsafe_allow_html=True)
56
 
57
+ # st.image("")
58
+
59
  # st.markdown("# MLIP Arena Leaderboard")
60
 
61
  st.dataframe(
serve/tasks/homonuclear-diatomics.py CHANGED
@@ -9,7 +9,7 @@ from ase.data import chemical_symbols
9
  from plotly.subplots import make_subplots
10
  from scipy.interpolate import CubicSpline
11
 
12
- from mlip_arena.models.utils import REGISTRY
13
 
14
  st.markdown(
15
  """
 
9
  from plotly.subplots import make_subplots
10
  from scipy.interpolate import CubicSpline
11
 
12
+ from mlip_arena.models import REGISTRY
13
 
14
  st.markdown(
15
  """