Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
|
@@ -2,10 +2,10 @@ import os
|
|
| 2 |
# this is .py for store constants
|
| 3 |
MODEL_INFO = [
|
| 4 |
"Model Name (clickable)",
|
| 5 |
-
"Selected Score",
|
| 6 |
"Total Score",
|
| 7 |
"Quality Score",
|
| 8 |
"Semantic Score",
|
|
|
|
| 9 |
]
|
| 10 |
TASK_INFO = [
|
| 11 |
"subject consistency",
|
|
|
|
| 2 |
# this is .py for store constants
|
| 3 |
MODEL_INFO = [
|
| 4 |
"Model Name (clickable)",
|
|
|
|
| 5 |
"Total Score",
|
| 6 |
"Quality Score",
|
| 7 |
"Semantic Score",
|
| 8 |
+
"Selected Score",
|
| 9 |
]
|
| 10 |
TASK_INFO = [
|
| 11 |
"subject consistency",
|