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