Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
# this is .py for store constants
|
| 3 |
MODEL_INFO = [
|
| 4 |
"name",
|
| 5 |
-
"
|
| 6 |
# "Overall Score"
|
| 7 |
]
|
| 8 |
TASK_INFO = [
|
|
|
|
| 2 |
# this is .py for store constants
|
| 3 |
MODEL_INFO = [
|
| 4 |
"name",
|
| 5 |
+
"Total Score",
|
| 6 |
# "Overall Score"
|
| 7 |
]
|
| 8 |
TASK_INFO = [
|