Spaces:
Runtime error
Runtime error
update
Browse files
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():
|