Omnibus commited on
Commit
3dec2f1
1 Parent(s): ae63911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.update({k:[ea['file_name']]})
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)