Omnibus commited on
Commit
384fe2d
1 Parent(s): f9f88c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -470,7 +470,7 @@ def create_index():
470
  try:
471
  for k in ea['keywords']:
472
  print(k)
473
- ind[k]=ea['filename']
474
  except Exception as e:
475
  print (e)
476
 
 
470
  try:
471
  for k in ea['keywords']:
472
  print(k)
473
+ ind[k]=ea['file_name']
474
  except Exception as e:
475
  print (e)
476