Omnibus commited on
Commit
e42a430
·
1 Parent(s): ef02a4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def query2(fetch_url):
26
 
27
  def find_fn(inp,out_json):
28
  print (inp)
29
- return(f'{out_json}{inp}')
30
  with gr.Blocks() as app:
31
  with gr.Row():
32
  data_set_url=gr.Textbox()
 
26
 
27
  def find_fn(inp,out_json):
28
  print (inp)
29
+ return(f'{out_json}[{inp}]')
30
  with gr.Blocks() as app:
31
  with gr.Row():
32
  data_set_url=gr.Textbox()