Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ def get_key(inp,data):
|
|
159 |
for i,ba in enumerate(data):
|
160 |
each_key=data[i].keys()
|
161 |
print(each_key)
|
162 |
-
for
|
163 |
#ea = each_key[i]
|
164 |
try:
|
165 |
if ea['title'] and key_w in ea['title']:
|
|
|
159 |
for i,ba in enumerate(data):
|
160 |
each_key=data[i].keys()
|
161 |
print(each_key)
|
162 |
+
for ea in list(each_key):
|
163 |
#ea = each_key[i]
|
164 |
try:
|
165 |
if ea['title'] and key_w in ea['title']:
|