Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -473,7 +473,7 @@ def create_index():
|
|
473 |
print(ea['file_name'])
|
474 |
if k in ind:
|
475 |
|
476 |
-
ind[k]
|
477 |
else:
|
478 |
ind.append({k:[ea['file_name']]})
|
479 |
except Exception as e:
|
|
|
473 |
print(ea['file_name'])
|
474 |
if k in ind:
|
475 |
|
476 |
+
ind[k].append(ea['file_name'])
|
477 |
else:
|
478 |
ind.append({k:[ea['file_name']]})
|
479 |
except Exception as e:
|