Suratsada commited on
Commit
27fab8c
1 Parent(s): 7079575

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def main():
36
  result=model.predict(pd.DataFrame({"Marital Status": [Marital_Status],
37
  "Gender": [Gender],
38
  "Home Owner": [Home_Owner],
39
- "Region" : [Region]
40
  "Commute Distance": [Commute_Distance],
41
  "Age": [Age]}))
42
  # Show prediction
 
36
  result=model.predict(pd.DataFrame({"Marital Status": [Marital_Status],
37
  "Gender": [Gender],
38
  "Home Owner": [Home_Owner],
39
+ "Region" : [Region],
40
  "Commute Distance": [Commute_Distance],
41
  "Age": [Age]}))
42
  # Show prediction