Spaces:
Sleeping
Sleeping
Commit
·
d7ed309
1
Parent(s):
431f8df
mode is changed
Browse files
app.py
CHANGED
@@ -19,9 +19,9 @@ FEATURES = [
|
|
19 |
]
|
20 |
|
21 |
LABELS = {
|
22 |
-
0:"
|
23 |
-
1:"
|
24 |
-
2:"
|
25 |
}
|
26 |
# Dictionary of placeholders for each feature
|
27 |
placeholders = {
|
|
|
19 |
]
|
20 |
|
21 |
LABELS = {
|
22 |
+
0:"Ideal",
|
23 |
+
1:"Active",
|
24 |
+
2:"Maintenance"
|
25 |
}
|
26 |
# Dictionary of placeholders for each feature
|
27 |
placeholders = {
|