Spaces:

npc0 commited on
Commit
9c46c22
1 Parent(s): 1665886

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ docs.add('knowledge_extraction.csv', disable_check=True)
24
  docs.add('SSA - POMS_ SI 00502.100 - Basic SSI Alien Eligibility Requirements - 11_30_2023.pdf', disable_check=True)
25
 
26
  def respond(message, *args, **kwargs):
27
- return docs.query(messages).answer
28
 
29
 
30
  examples = [["A qualified alien entered the United States on August 15, 1996. Tell me about their eligibility for Supplemental Security Income (SSI)."],
 
24
  docs.add('SSA - POMS_ SI 00502.100 - Basic SSI Alien Eligibility Requirements - 11_30_2023.pdf', disable_check=True)
25
 
26
  def respond(message, *args, **kwargs):
27
+ return docs.query(message).answer
28
 
29
 
30
  examples = [["A qualified alien entered the United States on August 15, 1996. Tell me about their eligibility for Supplemental Security Income (SSI)."],