antfraia commited on
Commit
7981788
·
1 Parent(s): 5662517

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def fetch_google_maps_results(query=None, location=None, search_type="search"):
6
  raise ValueError("Either 'query' or 'location' must be provided.")
7
 
8
  params = {
9
- "api_key": "YOUR_API_KEY",
10
  "engine": "google_maps",
11
  "type": search_type,
12
  "google_domain": "google.it",
 
6
  raise ValueError("Either 'query' or 'location' must be provided.")
7
 
8
  params = {
9
+ "api_key": "b18f4d37042ab8222028830ee1d3db47481ac48f545382eacd7f0469414f1b1a",
10
  "engine": "google_maps",
11
  "type": search_type,
12
  "google_domain": "google.it",