VishalD1234 commited on
Commit
a2eaa25
·
verified ·
1 Parent(s): 4fa7737

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -53,7 +53,7 @@ def get_step_info(step_number):
53
  },
54
  4: {
55
  "Name": "Bead Set",
56
- "Standard Time": "8 seconds"
57
  "Video_substeps_expected": {
58
  "0-3 seconds": "Bead is positioned and pre-set.",
59
  "3-6 seconds": "Machine secures the bead in place.",
@@ -91,11 +91,11 @@ def get_step_info(step_number):
91
  "Standard Time": "7 seconds",
92
  "Video_substeps_expected": {
93
  "0-3 seconds": "Technician unloads(removes) carcass(tire) from the machine."
94
-
95
- }
96
-
97
- "Potential_Delay_reasons": ["Person not available in time(in 3 sec) to remove carcass.",
98
- "Person is doing bead(ring) insertion befor carcass unload causing unload to be delayed by more than 3 sec"]
99
  }
100
  }
101
 
 
53
  },
54
  4: {
55
  "Name": "Bead Set",
56
+ "Standard Time": "8 seconds",
57
  "Video_substeps_expected": {
58
  "0-3 seconds": "Bead is positioned and pre-set.",
59
  "3-6 seconds": "Machine secures the bead in place.",
 
91
  "Standard Time": "7 seconds",
92
  "Video_substeps_expected": {
93
  "0-3 seconds": "Technician unloads(removes) carcass(tire) from the machine."
94
+ },
95
+ "Potential_Delay_reasons": [
96
+ "Person not available in time(in 3 sec) to remove carcass.",
97
+ "Person is doing bead(ring) insertion before carcass unload causing unload to be delayed by more than 3 sec"
98
+ ]
99
  }
100
  }
101