apahilaj commited on
Commit
73708f7
1 Parent(s): cc82ce5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def load_db(file, k):
64
  return_generated_question=True,
65
  )
66
 
67
- # return qa
68
 
69
  chat_history = [] # initialize chat history
70
 
 
64
  return_generated_question=True,
65
  )
66
 
67
+ return qa
68
 
69
  chat_history = [] # initialize chat history
70