Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -481,7 +481,7 @@ def create_index():
|
|
481 |
ind.update({k:[ea['file_name']]})
|
482 |
except Exception as e:
|
483 |
print (e)
|
484 |
-
ind.
|
485 |
|
486 |
except Exception as e:
|
487 |
print (e)
|
|
|
481 |
ind.update({k:[ea['file_name']]})
|
482 |
except Exception as e:
|
483 |
print (e)
|
484 |
+
ind.append({k:[ea['file_name']]})
|
485 |
|
486 |
except Exception as e:
|
487 |
print (e)
|