Rams901 commited on
Commit
b26b437
1 Parent(s): bd370c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def qa_retrieve_art(query,):
73
  global db_art
74
 
75
  global mp_docs
76
- thoughts = qa_retrieve_thoughts(query, 0, db_art)
77
  if not(thoughts):
78
 
79
  if mp_docs:
 
73
  global db_art
74
 
75
  global mp_docs
76
+ thoughts = retrieve_thoughts(query, 0, db_art)
77
  if not(thoughts):
78
 
79
  if mp_docs: