Vishalakak commited on
Commit
d7ed309
·
1 Parent(s): 431f8df

mode is changed

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -19,9 +19,9 @@ FEATURES = [
19
  ]
20
 
21
  LABELS = {
22
- 0:"High",
23
- 1:"Low",
24
- 2:"Medium"
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 = {