Terry Zhuo commited on
Commit
6121aa7
1 Parent(s): faf6544

add full results back

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -329,11 +329,11 @@ def init_space():
329
 
330
  # Calls the init_space function with the `full_init` parameter determined by the `do_full_init` variable.
331
  # This initializes various DataFrames used throughout the application, with the level of initialization detail controlled by the `do_full_init` flag.
332
- # LEADERBOARD_DF, HARD_LEADERBOARD_DF, ELO_TASK_DF, \
333
- # ELO_BENCH_DF, HARD_ELO_TASK_DF, HARD_ELO_BENCH_DF, \
334
- # COMPLETE_SOLVE_DF, INSTRUCT_SOLVE_DF, HARD_COMPLETE_SOLVE_DF, \
335
- # HARD_INSTRUCT_SOLVE_DF = init_space()
336
- HARD_LEADERBOARD_DF, HARD_ELO_TASK_DF, HARD_ELO_BENCH_DF, HARD_COMPLETE_SOLVE_DF, HARD_INSTRUCT_SOLVE_DF = init_space()
337
 
338
  # Data processing for plots now only on demand in the respective Gradio tab
339
  # def load_and_create_plots():
 
329
 
330
  # Calls the init_space function with the `full_init` parameter determined by the `do_full_init` variable.
331
  # This initializes various DataFrames used throughout the application, with the level of initialization detail controlled by the `do_full_init` flag.
332
+ LEADERBOARD_DF, HARD_LEADERBOARD_DF, ELO_TASK_DF, \
333
+ ELO_BENCH_DF, HARD_ELO_TASK_DF, HARD_ELO_BENCH_DF, \
334
+ COMPLETE_SOLVE_DF, INSTRUCT_SOLVE_DF, HARD_COMPLETE_SOLVE_DF, \
335
+ HARD_INSTRUCT_SOLVE_DF = init_space()
336
+ # HARD_LEADERBOARD_DF, HARD_ELO_TASK_DF, HARD_ELO_BENCH_DF, HARD_COMPLETE_SOLVE_DF, HARD_INSTRUCT_SOLVE_DF = init_space()
337
 
338
  # Data processing for plots now only on demand in the respective Gradio tab
339
  # def load_and_create_plots():