Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|