Spaces:
Running
Running
Update app.py
Browse files
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.
|
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()
|