Kelas commited on
Commit
296ea6b
1 Parent(s): 5e69afb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def main():
59
  result=model.predict(pd.DataFrame({"sex":[sex],
60
  "age":[age],
61
  "country":[country],
62
- "returning':[returning],
63
  "GImg1":[GImg1],
64
  "GImg2":[GImg2],
65
  "GImg3":[GImg3],
 
59
  result=model.predict(pd.DataFrame({"sex":[sex],
60
  "age":[age],
61
  "country":[country],
62
+ "returning":[returning],
63
  "GImg1":[GImg1],
64
  "GImg2":[GImg2],
65
  "GImg3":[GImg3],