eogreen commited on
Commit
3f13561
1 Parent(s): ac59e82

Upload app.py

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