atrytone commited on
Commit
0bf35b2
·
1 Parent(s): 9efa67c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def get_comp(prompt):
34
  return left_output, right_output
35
 
36
  def get_article(db_name="miread_contrastive"):
37
- db = vecdbs[index_names.index(db_name)]
38
  return db[0]
39
 
40
 
 
34
  return left_output, right_output
35
 
36
  def get_article(db_name="miread_contrastive"):
37
+ db = vecdbs[INDEXES.index(db_name)]
38
  return db[0]
39
 
40