Update src/display/utils.py
Browse files- src/display/utils.py +1 -1
src/display/utils.py
CHANGED
@@ -68,7 +68,7 @@ auto_eval_column_dict.append(["truthfulqa_cs", ColumnContent, ColumnContent("tru
|
|
68 |
|
69 |
|
70 |
# We use make dataclass to dynamically fill the scores from Tasks
|
71 |
-
AutoEvalColumn = make_dataclass("AutoEvalColumn", auto_eval_column_dict, frozen=
|
72 |
|
73 |
|
74 |
## For the queue columns in the submission tab
|
|
|
68 |
|
69 |
|
70 |
# We use make dataclass to dynamically fill the scores from Tasks
|
71 |
+
AutoEvalColumn = make_dataclass("AutoEvalColumn", auto_eval_column_dict, frozen=False)
|
72 |
|
73 |
|
74 |
## For the queue columns in the submission tab
|