Pijush2023 commited on
Commit
fd9c54a
·
verified ·
1 Parent(s): a0b9812

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -445,7 +445,7 @@ def generate_map(location_names):
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)
 
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)