Omnibus commited on
Commit
563ca5d
·
1 Parent(s): 502b110

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,6 +34,6 @@ def scrape(instring):
34
  with gr.Blocks() as app:
35
  inp=gr.Textbox()
36
  go_btn = gr.Button()
37
- outp = gr.Textbox()
38
  go_btn.click(scrape,inp,outp)
39
  app.queue(concurrency_count=10).launch()
 
34
  with gr.Blocks() as app:
35
  inp=gr.Textbox()
36
  go_btn = gr.Button()
37
+ outp = gr.HTML()
38
  go_btn.click(scrape,inp,outp)
39
  app.queue(concurrency_count=10).launch()