Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def respond(
|
|
| 33 |
|
| 34 |
print(document)
|
| 35 |
|
| 36 |
-
message = message + "
|
| 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]:
|