NavyDevilDoc commited on
Commit
7dbcae3
·
verified ·
1 Parent(s): 676a1c0

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -296,7 +296,7 @@ with tab1:
296
  "If the Context contains the answer, output it clearly. "
297
  "If the Context does NOT contain the answer, simply state: "
298
  "'I cannot find that specific information in the documents provided.'"
299
- )"
300
  for i, d in enumerate(docs):
301
  src = d.metadata.get('source', 'Unknown')
302
  context_txt += f"<document index='{i+1}' source='{src}'>\n{d.page_content}\n</document>\n"
 
296
  "If the Context contains the answer, output it clearly. "
297
  "If the Context does NOT contain the answer, simply state: "
298
  "'I cannot find that specific information in the documents provided.'"
299
+ )
300
  for i, d in enumerate(docs):
301
  src = d.metadata.get('source', 'Unknown')
302
  context_txt += f"<document index='{i+1}' source='{src}'>\n{d.page_content}\n</document>\n"