Spaces:
Running
Running
add equiformer, escn; add leaderboard
Browse files- 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 |
-
|
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:")
|