Arafath10 commited on
Commit
767796a
·
1 Parent(s): f345069

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def greet(name):
24
 
25
  soup = BeautifulSoup(r.text,"html.parser")
26
 
27
- heading_object=soup.find_all('div')
28
  n=1
29
  for info in heading_object:
30
 
 
24
 
25
  soup = BeautifulSoup(r.text,"html.parser")
26
 
27
+ heading_object=soup.find_all('div').text
28
  n=1
29
  for info in heading_object:
30