Omnibus commited on
Commit
1edd0b5
·
1 Parent(s): 829883d

Update app.py

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