fdaudens HF Staff commited on
Commit
5db64ad
·
verified ·
1 Parent(s): 9e85ea2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ def fetch_news_topics(query: str) -> str:
174
  })
175
 
176
  headers = {
177
- 'X-API-KEY': os.getenv('SERPER_API'),
178
  'Content-Type': 'application/json'
179
  }
180
 
 
174
  })
175
 
176
  headers = {
177
+ 'X-API-KEY': os.getenv('SERPER_API_KEY'),
178
  'Content-Type': 'application/json'
179
  }
180