saritha5 commited on
Commit
7b96ed1
·
1 Parent(s): 41f8f23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,4 +60,4 @@ def predict_max_number_of_repairs(manufacturer, component_age, total_operating_h
60
  # return the predicted max number of repairs as output
61
  return np.round(predicted_max_number_of_repairs[0])
62
  # Function calling
63
- print(predict_max_number_of_repairs('ABC Company',100.00,1135,70.0,65,3.43,29.90,120,4,0.59,7398,170))
 
60
  # return the predicted max number of repairs as output
61
  return np.round(predicted_max_number_of_repairs[0])
62
  # Function calling
63
+ predict_max_number_of_repairs('ABC Company',100.00,1135,70.0,65,3.43,29.90,120,4,0.59,7398,170)