Omnibus commited on
Commit
ebb5e16
·
1 Parent(s): d714d3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():