Nol00 commited on
Commit
3cee0f3
·
verified ·
1 Parent(s): 2dec2f2

Update crs_arena/streamlit_app.py

Browse files
Files changed (1) hide show
  1. crs_arena/streamlit_app.py +1 -1
crs_arena/streamlit_app.py CHANGED
@@ -10,5 +10,5 @@ leaderboard_page = st.Page(
10
  "leaderboard.py", title="CRS Arena Leaderboard", icon="🏆"
11
  )
12
 
13
- pg = st.navigation([arena_page, leaderboard_page])
14
  pg.run()
 
10
  "leaderboard.py", title="CRS Arena Leaderboard", icon="🏆"
11
  )
12
 
13
+ pg = st.navigation([arena_page, leaderboard_page], position="hidden")
14
  pg.run()