Baweja commited on
Commit
3f9bea1
1 Parent(s): 9def6b8

Update app_R.py

Browse files
Files changed (1) hide show
  1. app_R.py +1 -1
app_R.py CHANGED
@@ -66,7 +66,7 @@ def respond(
66
  ):
67
 
68
  if message: # If there's a user query
69
- response = retrieved_info(rag_model, message) # Get the answer from your local FAISS and Q&A model
70
  return response[0]
71
 
72
  # In case no message, return an empty string
 
66
  ):
67
 
68
  if message: # If there's a user query
69
+ response = retrieved_info(message) # Get the answer from local FAISS and Q&A model
70
  return response[0]
71
 
72
  # In case no message, return an empty string