cyrusyc commited on
Commit
a2ee676
1 Parent(s): 2bbd13c

add equiformer, escn; add leaderboard

Browse files
Files changed (1) hide show
  1. serve/app.py +4 -4
serve/app.py CHANGED
@@ -30,10 +30,10 @@ st.set_page_config(
30
  leaderboard = st.Page(
31
  "models/leaderboard.py", title="Leaderboard", icon=":material/trophy:"
32
  )
33
- bugs = st.Page("models/bugs.py", title="Bug reports", icon=":material/bug_report:")
34
- alerts = st.Page(
35
- "models/alerts.py", title="System alerts", icon=":material/notification_important:"
36
- )
37
 
38
  search = st.Page("tools/search.py", title="Search", icon=":material/search:")
39
  history = st.Page("tools/history.py", title="History", icon=":material/history:")
 
30
  leaderboard = st.Page(
31
  "models/leaderboard.py", title="Leaderboard", icon=":material/trophy:"
32
  )
33
+ # bugs = st.Page("models/bugs.py", title="Bug reports", icon=":material/bug_report:")
34
+ # alerts = st.Page(
35
+ # "models/alerts.py", title="System alerts", icon=":material/notification_important:"
36
+ # )
37
 
38
  search = st.Page("tools/search.py", title="Search", icon=":material/search:")
39
  history = st.Page("tools/history.py", title="History", icon=":material/history:")