pminervini commited on
Commit
e6f9572
1 Parent(s): 7c35ca5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ leaderboard_df = original_df.copy()
57
  # plot_df = create_plot_df(create_scores_df(raw_data))
58
 
59
  finished_eval_queue_df, running_eval_queue_df, pending_eval_queue_df = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
60
-
61
 
62
  # Searching and filtering
63
  def update_table(hidden_df: pd.DataFrame, columns: list, type_query: list, precision_query: str, size_query: list,
 
57
  # plot_df = create_plot_df(create_scores_df(raw_data))
58
 
59
  finished_eval_queue_df, running_eval_queue_df, pending_eval_queue_df = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
60
+ deleted_models_visibility = True
61
 
62
  # Searching and filtering
63
  def update_table(hidden_df: pd.DataFrame, columns: list, type_query: list, precision_query: str, size_query: list,