Nolwenn commited on
Commit
6cabb8a
·
1 Parent(s): 7a44d0f

Update caching

Browse files
Files changed (1) hide show
  1. crs_arena/arena.py +1 -1
crs_arena/arena.py CHANGED
@@ -210,7 +210,7 @@ def feedback_dialog(row_id: int) -> None:
210
  st.set_page_config(page_title="CRS Arena", layout="wide")
211
 
212
  # Cache some CRS fighters at startup
213
- cache_fighters(n=2)
214
 
215
  # Battle setup
216
  if "user_id" not in st.session_state:
 
210
  st.set_page_config(page_title="CRS Arena", layout="wide")
211
 
212
  # Cache some CRS fighters at startup
213
+ cache_fighters()
214
 
215
  # Battle setup
216
  if "user_id" not in st.session_state: