Pijush2023 commited on
Commit
1d22329
·
verified ·
1 Parent(s): fa93849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("SERP_API_KEY")
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)