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