umaiku commited on
Commit
bb1d91c
·
verified ·
1 Parent(s): 9fce83c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def respond(
33
 
34
  print(document)
35
 
36
- message = message + " use the following document to answer and cite the url " + document.page_content + " " + document.metadata["case_url"]
37
 
38
  for val in history:
39
  if val[0]:
 
33
 
34
  print(document)
35
 
36
+ message = message + "\nUse the following jurisprudence case to answer " + document.page_content + "\n Give the following url " + document.metadata["case_url"]
37
 
38
  for val in history:
39
  if val[0]: