Omnibus commited on
Commit
3ff2217
·
1 Parent(s): dc51e76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def scrape(instring):
17
  # soup and set the markup as html parser
18
  soup = bs(text, "html.parser")
19
  out = str(soup.prettify())
20
- return gr.HTML.update(f'''<object data={out} type="application/pdf" width="100%" height="500px">''')
21
  def scrape0(instring):
22
 
23
  #r = requests.get(instring)
 
17
  # soup and set the markup as html parser
18
  soup = bs(text, "html.parser")
19
  out = str(soup.prettify())
20
+ return gr.HTML.update(f'''<object data={instring} type="application/pdf" width="100%" height="500px">''')
21
  def scrape0(instring):
22
 
23
  #r = requests.get(instring)