Omnibus commited on
Commit
79687a9
1 Parent(s): 813a644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def find_fn(lvl_1,lvl_2,fetch_url,config="TEST",split="test",offset=0,length=10)
45
  lvl_1=lvl_1.strip("[]")
46
 
47
  lvl_2=lvl_2.strip("[]")
48
- print(inp)
49
  if lvl_2 != "":
50
  for ea in out_json[f"{lvl_1}"]:
51
  #img_ea = ea['row']['image']['src']
 
45
  lvl_1=lvl_1.strip("[]")
46
 
47
  lvl_2=lvl_2.strip("[]")
48
+ #print(inp)
49
  if lvl_2 != "":
50
  for ea in out_json[f"{lvl_1}"]:
51
  #img_ea = ea['row']['image']['src']