Omnibus commited on
Commit
c7f74fd
1 Parent(s): ebb5e16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -26,8 +26,8 @@ def query2(fetch_url):
26
 
27
 
28
  with gr.Blocks() as app:
29
- data_set_url=gr.Textbox():
30
- fetch_btn=gr.Button():
31
- out_json = gr.JSON():
32
  fetch_btn.click(query2,data_set_url,out_json)
33
  app.launch()
 
26
 
27
 
28
  with gr.Blocks() as app:
29
+ data_set_url=gr.Textbox()
30
+ fetch_btn=gr.Button()
31
+ out_json = gr.JSON()
32
  fetch_btn.click(query2,data_set_url,out_json)
33
  app.launch()