pgurazada1 commited on
Commit
5c3a9e9
·
verified ·
1 Parent(s): 2a15839

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def predict_machine_failure(air_temperature, process_temperature, rotational_spe
55
  'Rotational speed [rpm]': rotational_speed,
56
  'Torque [Nm]': torque,
57
  'Tool wear [min]': tool_wear,
58
- 'Type': type
59
  'prediction': prediction[0]
60
  }
61
  ))
 
55
  'Rotational speed [rpm]': rotational_speed,
56
  'Torque [Nm]': torque,
57
  'Tool wear [min]': tool_wear,
58
+ 'Type': type,
59
  'prediction': prediction[0]
60
  }
61
  ))