Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -364,7 +364,7 @@ class YelpSearchTool:
|
|
364 |
"engine": "yelp",
|
365 |
"find_desc": "Restaurant",
|
366 |
"find_loc": "Birmingham, AL, USA",
|
367 |
-
"api_key": os.getenv("
|
368 |
}
|
369 |
|
370 |
response = requests.get("https://serpapi.com/search.json", params=params)
|
|
|
364 |
"engine": "yelp",
|
365 |
"find_desc": "Restaurant",
|
366 |
"find_loc": "Birmingham, AL, USA",
|
367 |
+
"api_key": os.getenv("SERP_API")
|
368 |
}
|
369 |
|
370 |
response = requests.get("https://serpapi.com/search.json", params=params)
|