Update app.py
Browse files
app.py
CHANGED
|
@@ -306,7 +306,7 @@ def find_all(purpose,task,history, url):
|
|
| 306 |
print(soup.title.parent.name)
|
| 307 |
#rawp.append([tag.name for tag in soup.find_all()] )
|
| 308 |
print([tag.name for tag in soup.find_all()])
|
| 309 |
-
rawp=(f'RAW TEXT RETURNED: {soup}')
|
| 310 |
#out.append(rawp)
|
| 311 |
#q=("a","p","span","content","article")
|
| 312 |
#for p in soup.find_all(q):
|
|
|
|
| 306 |
print(soup.title.parent.name)
|
| 307 |
#rawp.append([tag.name for tag in soup.find_all()] )
|
| 308 |
print([tag.name for tag in soup.find_all()])
|
| 309 |
+
rawp=(f'RAW TEXT RETURNED: {soup.text}')
|
| 310 |
#out.append(rawp)
|
| 311 |
#q=("a","p","span","content","article")
|
| 312 |
#for p in soup.find_all(q):
|