Omnibus commited on
Commit
4f199d1
·
verified ·
1 Parent(s): 1be9d96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)