Omnibus commited on
Commit
e68fdb1
·
1 Parent(s): f597636

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def find_fn(inp,out_json):
30
  print(out_json['rows'])
31
  print (inp)
32
 
33
- return(f'{out_json}[{inp}]')
34
  with gr.Blocks() as app:
35
  with gr.Row():
36
  data_set_url=gr.Textbox()
 
30
  print(out_json['rows'])
31
  print (inp)
32
 
33
+ return(f'{out_json}["{inp}"]')
34
  with gr.Blocks() as app:
35
  with gr.Row():
36
  data_set_url=gr.Textbox()