Omnibus commited on
Commit
502b110
·
1 Parent(s): 3919e25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def scrape(instring):
31
  #out =
32
  return out
33
 
34
- with gr.Block() as app:
35
  inp=gr.Textbox()
36
  go_btn = gr.Button()
37
  outp = gr.Textbox()
 
31
  #out =
32
  return out
33
 
34
+ with gr.Blocks() as app:
35
  inp=gr.Textbox()
36
  go_btn = gr.Button()
37
  outp = gr.Textbox()