Kr08 commited on
Commit
e499054
·
verified ·
1 Parent(s): 9eda364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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