Omnibus commited on
Commit
fcacd46
·
1 Parent(s): ea0626c

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
  img_list=[]
33
- out_json=query2("",offset=10,lenght=20)
34
  for rows in out_json['rows']:
35
  img_ea = rows['row']['image']['src']
36
  img_list.append(img_ea)
 
30
  print(out_json['rows'])
31
  print (inp)
32
  img_list=[]
33
+ out_json=query2("",offset=10,length=20)
34
  for rows in out_json['rows']:
35
  img_ea = rows['row']['image']['src']
36
  img_list.append(img_ea)