Upload app.py
Browse files
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 |
|