Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -322,7 +322,8 @@ def build_interface():
|
|
322 |
|
323 |
**You can only submit once, so test your system prompt thoroughly before submission!**
|
324 |
|
325 |
-
You will be scored according to the following criteria with respect to the outputs of 7 test user messages
|
|
|
326 |
- Response is valid JSON
|
327 |
- The response contains the keys: "document_level" and "clause_level"
|
328 |
- The values for each of the keys are correct
|
|
|
322 |
|
323 |
**You can only submit once, so test your system prompt thoroughly before submission!**
|
324 |
|
325 |
+
You will be scored according to the following criteria with respect to the outputs of 7 test user messages:
|
326 |
+
|
327 |
- Response is valid JSON
|
328 |
- The response contains the keys: "document_level" and "clause_level"
|
329 |
- The values for each of the keys are correct
|