VishalD1234 commited on
Commit
4ef582e
·
verified ·
1 Parent(s): 4da7502

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
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
- DELAY_REASONS = {
215
- "Step 1": ["Delay in Bead Insertion", "Lack of raw material"],
216
- "Step 2": ["Inner Liner Adjustment by Technician", "Person rebuilding defective Tire Sections"],
217
- "Step 3": ["Manual Adjustment in Ply1 Apply", "Technician repairing defective Tire Sections"],
218
- "Step 4": ["Delay in Bead Set", "Lack of raw material"],
219
- "Step 5": ["Delay in Turnup", "Lack of raw material"],
220
- "Step 6": ["Person Repairing Sidewall", "Person rebuilding defective Tire Sections"],
221
- "Step 7": ["Delay in Sidewall Stitching", "Lack of raw material"],
222
- "Step 8": ["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]
 
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]