Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,8 @@ def find_fn(inp,out_json):
|
|
44 |
#out_json1=query2(,offset=10,length=20)
|
45 |
|
46 |
inp=inp.strip("[]")
|
47 |
-
|
|
|
48 |
#img_ea = ea['row']['image']['src']
|
49 |
img_list.append(ea)
|
50 |
|
|
|
44 |
#out_json1=query2(,offset=10,length=20)
|
45 |
|
46 |
inp=inp.strip("[]")
|
47 |
+
print(inp)
|
48 |
+
for ea in out_json[f"{inp}"]:
|
49 |
#img_ea = ea['row']['image']['src']
|
50 |
img_list.append(ea)
|
51 |
|