UltraRonin commited on
Commit
84b375a
·
1 Parent(s): 2f61456
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def init_leaderboard(dataframe):
62
  if dataframe is None or dataframe.empty:
63
  raise ValueError("Leaderboard DataFrame is empty or None.")
64
 
65
- pdb.set_trace()
66
  num_cols = dataframe.select_dtypes(include=['number']).columns
67
  styler = dataframe.style.format({col: "{:.1f}" for col in num_cols})
68
  return gr.components.Dataframe(
 
62
  if dataframe is None or dataframe.empty:
63
  raise ValueError("Leaderboard DataFrame is empty or None.")
64
 
65
+ # pdb.set_trace()
66
  num_cols = dataframe.select_dtypes(include=['number']).columns
67
  styler = dataframe.style.format({col: "{:.1f}" for col in num_cols})
68
  return gr.components.Dataframe(