Shreyas094 commited on
Commit
4234e59
·
verified ·
1 Parent(s): f96e8a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -372,9 +372,6 @@ def extract_articles(articles):
372
  'content': article_content
373
  })
374
  return article_data
375
-
376
- pythonCopyimport requests
377
- from bs4 import BeautifulSoup
378
 
379
  def fetch_articles_from_page(url):
380
  response = requests.get(url)
 
372
  'content': article_content
373
  })
374
  return article_data
 
 
 
375
 
376
  def fetch_articles_from_page(url):
377
  response = requests.get(url)