Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -309,7 +309,7 @@ def find_all(purpose,task,history, url):
|
|
309 |
out.append("HTML fragments: ")
|
310 |
q=("a","p","span","content","article")
|
311 |
for p in soup.find_all(q):
|
312 |
-
out.append([{"string":p.string,"content":p])
|
313 |
c=0
|
314 |
out = str(out)
|
315 |
rl = len(out)
|
|
|
309 |
out.append("HTML fragments: ")
|
310 |
q=("a","p","span","content","article")
|
311 |
for p in soup.find_all(q):
|
312 |
+
out.append([{"string":p.string,"content":p}])
|
313 |
c=0
|
314 |
out = str(out)
|
315 |
rl = len(out)
|