Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -445,7 +445,7 @@ def generate_map(location_names):
|
|
445 |
map_html = m._repr_html_()
|
446 |
return map_html
|
447 |
|
448 |
-
|
449 |
api_key = os.environ['SERP_API']
|
450 |
url = f'https://serpapi.com/search.json?engine=google_news&q=omaha headline&api_key={api_key}'
|
451 |
response = requests.get(url)
|
|
|
445 |
map_html = m._repr_html_()
|
446 |
return map_html
|
447 |
|
448 |
+
def fetch_local_news():
|
449 |
api_key = os.environ['SERP_API']
|
450 |
url = f'https://serpapi.com/search.json?engine=google_news&q=omaha headline&api_key={api_key}'
|
451 |
response = requests.get(url)
|