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 |
-
"Model Name",
|
| 5 |
"Selected Score",
|
| 6 |
"Overall Score",
|
| 7 |
"Quality Score",
|
|
|
|
| 1 |
import os
|
| 2 |
# this is .py for store constants
|
| 3 |
MODEL_INFO = [
|
| 4 |
+
"Model Name (clickable)",
|
| 5 |
"Selected Score",
|
| 6 |
"Overall Score",
|
| 7 |
"Quality Score",
|