Omnibus commited on
Commit
7ef0078
·
1 Parent(s): b787d5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,8 +29,8 @@ def scrape(instring):
29
  #out=copy.copy(soup)
30
  print ("No Divs")
31
 
32
- #out =
33
- return gr.HTML.update(f'''{IFrame(src={instring}, width=700, height=600)}''')
34
 
35
  with gr.Blocks() as app:
36
  inp=gr.Textbox()
 
29
  #out=copy.copy(soup)
30
  print ("No Divs")
31
 
32
+ out = IFrame(src={instring}, width=700, height=600)
33
+ return gr.HTML.update(f'''{out}''')
34
 
35
  with gr.Blocks() as app:
36
  inp=gr.Textbox()