Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,7 @@ PDF CONTENT:
|
|
| 66 |
Answer the user's questions only based on the PDF content above. If the answer cannot be found in the PDF, politely state that the information is not available in the provided document."""
|
| 67 |
|
| 68 |
messages= [
|
| 69 |
-
{"role": "system", "content": system_message}
|
| 70 |
]
|
| 71 |
for h_user , h_bot in history:
|
| 72 |
messages.append({"role": "user", "content": h_user})
|
|
|
|
| 66 |
Answer the user's questions only based on the PDF content above. If the answer cannot be found in the PDF, politely state that the information is not available in the provided document."""
|
| 67 |
|
| 68 |
messages= [
|
| 69 |
+
{"role": "system", "content": system_message},
|
| 70 |
]
|
| 71 |
for h_user , h_bot in history:
|
| 72 |
messages.append({"role": "user", "content": h_user})
|