Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/display/utils.py
Browse files- src/display/utils.py +1 -0
src/display/utils.py
CHANGED
@@ -109,6 +109,7 @@ class AddSpecialTokens(Enum):
|
|
109 |
|
110 |
# Column selection
|
111 |
COLS = [c.name for c in fields(AutoEvalColumn) if not c.hidden]
|
|
|
112 |
|
113 |
EVAL_COLS = [c.name for c in fields(EvalQueueColumn)]
|
114 |
EVAL_TYPES = [c.type for c in fields(EvalQueueColumn)]
|
|
|
109 |
|
110 |
# Column selection
|
111 |
COLS = [c.name for c in fields(AutoEvalColumn) if not c.hidden]
|
112 |
+
TYPES = [c.type for c in fields(AutoEvalColumn)]
|
113 |
|
114 |
EVAL_COLS = [c.name for c in fields(EvalQueueColumn)]
|
115 |
EVAL_TYPES = [c.type for c in fields(EvalQueueColumn)]
|