Update app.py
Browse files
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
|
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],
|