pufanyi commited on
Commit
65061ce
·
1 Parent(s): b7f775a
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -129,6 +129,9 @@ def init_leaderboard(dataframes):
129
  # datatype=[c.type for c in fields(AutoEvalColumn) if c.name in selected_columns],
130
  )
131
  except Exception as e:
 
 
 
132
  return refresh(subset)
133
 
134
  with gr.Row():
 
129
  # datatype=[c.type for c in fields(AutoEvalColumn) if c.name in selected_columns],
130
  )
131
  except Exception as e:
132
+ print("====================================")
133
+ print("Error:", e)
134
+ print("====================================")
135
  return refresh(subset)
136
 
137
  with gr.Row():