Zen-4011 commited on
Commit
f1509c0
·
verified ·
1 Parent(s): 5be1f81

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -64,7 +64,7 @@ def predict():
64
  try:
65
  data = request.json
66
 
67
- # Order must match the CSV columns exactly
68
  input_features = [
69
  float(data['Pregnancies']),
70
  float(data['Glucose']),
 
64
  try:
65
  data = request.json
66
 
67
+ # Do not change the Order
68
  input_features = [
69
  float(data['Pregnancies']),
70
  float(data['Glucose']),