Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ def query2(fetch_url):
|
|
| 25 |
return response.json()
|
| 26 |
|
| 27 |
|
| 28 |
-
with gr.Blocks as app:
|
| 29 |
data_set_url=gr.Textbox():
|
| 30 |
fetch_btn=gr.Button():
|
| 31 |
out_json = gr.JSON():
|
|
|
|
| 25 |
return response.json()
|
| 26 |
|
| 27 |
|
| 28 |
+
with gr.Blocks() as app:
|
| 29 |
data_set_url=gr.Textbox():
|
| 30 |
fetch_btn=gr.Button():
|
| 31 |
out_json = gr.JSON():
|