Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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)."],
|