Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def scrape(instring):
|
|
31 |
#out =
|
32 |
return out
|
33 |
|
34 |
-
with gr.
|
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()
|