Shreyas94 commited on
Commit
7b58076
·
verified ·
1 Parent(s): 720d7f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ summarizer = pipeline("summarization")
16
  nltk.download('punkt')
17
 
18
  # Initialize the News API client with your API key
19
- newsapi = NewsApiClient(api_key='your_newsapi_key_here')
20
 
21
  # Function to fetch content from a given URL
22
  def fetch_article_content(url):
 
16
  nltk.download('punkt')
17
 
18
  # Initialize the News API client with your API key
19
+ newsapi = NewsApiClient(api_key='5ab7bb1aaceb41b8993db03477098aad')
20
 
21
  # Function to fetch content from a given URL
22
  def fetch_article_content(url):