Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -219,7 +219,7 @@ async def result(request: Request,
|
|
| 219 |
global response1, response2, response3, response4, response5, response6, response7, response8, response9, response10, response11
|
| 220 |
|
| 221 |
|
| 222 |
-
api = "
|
| 223 |
excluded_words = ["name", "postal", "date", "phone", "address", "id"]
|
| 224 |
|
| 225 |
if df[target].dtype in ['float64', 'int64']:
|
|
|
|
| 219 |
global response1, response2, response3, response4, response5, response6, response7, response8, response9, response10, response11
|
| 220 |
|
| 221 |
|
| 222 |
+
api = "AIzaSyD3drCF1KnfAfTNYGNIBJNS_nAry7kzlxg"
|
| 223 |
excluded_words = ["name", "postal", "date", "phone", "address", "id"]
|
| 224 |
|
| 225 |
if df[target].dtype in ['float64', 'int64']:
|