Nol00 commited on
Commit
d0ff58f
·
verified ·
1 Parent(s): a881fbe

Update crs_arena/arena.py

Browse files
Files changed (1) hide show
  1. crs_arena/arena.py +3 -1
crs_arena/arena.py CHANGED
@@ -271,7 +271,7 @@ def chat_col(crs_id: int, color: str):
271
 
272
 
273
  # Streamlit app
274
- st.set_page_config(page_title="CRS Arena", layout="wide")
275
 
276
  # Add style for spinner
277
  st.markdown(
@@ -302,6 +302,8 @@ st.write(
302
  "conversational recommender systems (CRSs) and vote on which one you "
303
  "prefer."
304
  )
 
 
305
 
306
  st.header(":page_with_curl: Rules")
307
  st.write(
 
271
 
272
 
273
  # Streamlit app
274
+ # st.set_page_config(page_title="CRS Arena", layout="wide")
275
 
276
  # Add style for spinner
277
  st.markdown(
 
302
  "conversational recommender systems (CRSs) and vote on which one you "
303
  "prefer."
304
  )
305
+ if st.button(":trophy: Leaderboard"):
306
+ st.switch_page("leaderboard.py")
307
 
308
  st.header(":page_with_curl: Rules")
309
  st.write(