Update app.py
Browse files
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 |
|