Omnibus commited on
Commit
b5aff52
·
1 Parent(s): 4d7752d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def scrape(instring):
24
  print ("No Divs")
25
 
26
  #out = IFrame(src={instring}, width=700, height=600)
27
- return gr.HTML.update(f'''<iframe src={out}, width=700, height=600></iframe''')
28
  with gr.Blocks() as app:
29
  inp=gr.Textbox()
30
  go_btn = gr.Button()
 
24
  print ("No Divs")
25
 
26
  #out = IFrame(src={instring}, width=700, height=600)
27
+ return gr.HTML.update(f'''<iframe src={out}, width=700, height=600></iframe>''')
28
  with gr.Blocks() as app:
29
  inp=gr.Textbox()
30
  go_btn = gr.Button()