umaiku commited on
Commit
756edd3
·
verified ·
1 Parent(s): 6334495

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -43,7 +43,9 @@ def respond(
43
 
44
  message = f"""
45
  The user is asking for information about the following: {message}.
46
- Answer him in his own language using the information from the following link and mention this link: {spacer.join(doc.metadata["case_url"] for doc in documents)}
 
 
47
 
48
  """
49
 
 
43
 
44
  message = f"""
45
  The user is asking for information about the following: {message}.
46
+ Answer him in his own language using the information from the following links and mention these links:
47
+ {spacer.join(str(doc.metadata) for doc in documents)}
48
+ Please mention your sources.
49
 
50
  """
51