Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -211,15 +211,15 @@ Following are the subactivities needs to happen in this step.
|
|
211 |
{get_step_info(step_number)}
|
212 |
|
213 |
Please provide your analysis in the following format:
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
}
|
224 |
|
225 |
1. **Selected Reason:** [State the most likely reason from the given options]
|
|
|
211 |
{get_step_info(step_number)}
|
212 |
|
213 |
Please provide your analysis in the following format:
|
214 |
+
Output_Examples = {
|
215 |
+
["Delay in Bead Insertion", "Lack of raw material"],
|
216 |
+
["Inner Liner Adjustment by Technician", "Person rebuilding defective Tire Sections"],
|
217 |
+
["Manual Adjustment in Ply1 Apply", "Technician repairing defective Tire Sections"],
|
218 |
+
["Delay in Bead Set", "Lack of raw material"],
|
219 |
+
["Delay in Turnup", "Lack of raw material"],
|
220 |
+
["Person Repairing Sidewall", "Person rebuilding defective Tire Sections"],
|
221 |
+
["Delay in Sidewall Stitching", "Lack of raw material"],
|
222 |
+
["No person available to load Carcass", "No person available to collect tire"]
|
223 |
}
|
224 |
|
225 |
1. **Selected Reason:** [State the most likely reason from the given options]
|