Spaces:
Sleeping
Sleeping
meg-huggingface
commited on
Commit
·
3a48629
1
Parent(s):
37ad431
UI stuff
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ with demo:
|
|
160 |
choices=[
|
161 |
c.name
|
162 |
for c in fields(AutoEvalColumn)
|
163 |
-
if not c.hidden and not c.never_hidden and not c.advanced and not c.dummy
|
164 |
],
|
165 |
value=[
|
166 |
c.name
|
|
|
160 |
choices=[
|
161 |
c.name
|
162 |
for c in fields(AutoEvalColumn)
|
163 |
+
if c.displayed_by_default and not c.hidden and not c.never_hidden and not c.advanced and not c.dummy
|
164 |
],
|
165 |
value=[
|
166 |
c.name
|