Spaces:
Running
Running
Update app.py
Browse files
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,
|
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)
|