Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -387,7 +387,7 @@ def answer_question(context, question):
|
|
| 387 |
- If any direct or implied threat is detected, prioritize appropriately using the provided classifications.
|
| 388 |
- Err on the side of caution. In case there is even a remote possibility that there might be something that required human attention, flag it.
|
| 389 |
|
| 390 |
-
"""}
|
| 391 |
{"role": "user", "content": f"Context: {text}\n\nQuestion: {question}"}
|
| 392 |
]
|
| 393 |
|
|
|
|
| 387 |
- If any direct or implied threat is detected, prioritize appropriately using the provided classifications.
|
| 388 |
- Err on the side of caution. In case there is even a remote possibility that there might be something that required human attention, flag it.
|
| 389 |
|
| 390 |
+
"""},
|
| 391 |
{"role": "user", "content": f"Context: {text}\n\nQuestion: {question}"}
|
| 392 |
]
|
| 393 |
|