eogreen commited on
Commit
ac59e82
1 Parent(s): a1fc064

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -78,6 +78,8 @@ def predict_insurance_charges(age, bmi, children, sex, smoker, region):
78
  'prediction': prediction[0]
79
  }
80
  ))
 
 
81
 
82
  return prediction[0]
83
 
 
78
  'prediction': prediction[0]
79
  }
80
  ))
81
+ f.write("
82
+ ")
83
 
84
  return prediction[0]
85