Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks() as app:
|
|
65 |
out_find = gr.JSON()
|
66 |
out_gal = gr.Gallery()
|
67 |
|
68 |
-
view_data.click(query2,[data_set_url,
|
69 |
find_btn.click(find_fn,[find_string,out_json],[out_find,out_gal])
|
70 |
fetch_btn.click(query1,data_set_url,out_json)
|
71 |
app.launch()
|
|
|
65 |
out_find = gr.JSON()
|
66 |
out_gal = gr.Gallery()
|
67 |
|
68 |
+
view_data.click(query2,[data_set_url,config_drop],[out_find])
|
69 |
find_btn.click(find_fn,[find_string,out_json],[out_find,out_gal])
|
70 |
fetch_btn.click(query1,data_set_url,out_json)
|
71 |
app.launch()
|