Spaces:
Running
Running
remove lfs for hf
Browse files- serve/app.py +4 -0
serve/app.py
CHANGED
@@ -70,6 +70,10 @@ st.toast(
|
|
70 |
icon="🍞",
|
71 |
)
|
72 |
|
|
|
|
|
|
|
|
|
73 |
st.sidebar.markdown(
|
74 |
"""
|
75 |
Complementary Benchmarks
|
|
|
70 |
icon="🍞",
|
71 |
)
|
72 |
|
73 |
+
st.sidebar.page_link(
|
74 |
+
"https://github.com/atomind-ai/mlip-arena", label="GitHub Repository", icon=":material/code:"
|
75 |
+
)
|
76 |
+
|
77 |
st.sidebar.markdown(
|
78 |
"""
|
79 |
Complementary Benchmarks
|