cyrusyc commited on
Commit
f791dcc
·
1 Parent(s): e005a3b

remove unused pages from streamlit

Browse files
Files changed (1) hide show
  1. serve/app.py +0 -5
serve/app.py CHANGED
@@ -24,11 +24,6 @@ leaderboard = st.Page(
24
  "leaderboard.py", title="Leaderboard", icon=":material/trophy:", default=True
25
  )
26
 
27
- search = st.Page("tools/search.py", title="Search", icon=":material/search:")
28
- history = st.Page("tools/history.py", title="History", icon=":material/history:")
29
- ptable = st.Page("tools/ptable.py", title="Periodic table", icon=":material/gradient:")
30
-
31
-
32
  nav = defaultdict(list)
33
  nav[""].append(leaderboard)
34
 
 
24
  "leaderboard.py", title="Leaderboard", icon=":material/trophy:", default=True
25
  )
26
 
 
 
 
 
 
27
  nav = defaultdict(list)
28
  nav[""].append(leaderboard)
29