Timothy-Vinzent commited on
Commit
357fcb5
·
verified ·
1 Parent(s): 77ba485

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -149,7 +149,8 @@ def build_interface():
149
 
150
  The goal is to ensure that the model's output is concise, structured, and accurate. This task is designed to evaluate the robustness of the system prompt in handling classification tasks with short, precise outputs.
151
 
152
-
 
153
  **Example Inputs and Expected Outputs**
154
 
155
  1. **User Message Example 1:**
@@ -228,6 +229,8 @@ def build_interface():
228
  ```json
229
  {"document_level": "single", "clause_level": "single"}
230
  ```
 
 
231
 
232
  **Challenge Instructions**
233
  - Design a system prompt that ensures the AI generates outputs like those above when given similar user messages.
 
149
 
150
  The goal is to ensure that the model's output is concise, structured, and accurate. This task is designed to evaluate the robustness of the system prompt in handling classification tasks with short, precise outputs.
151
 
152
+ <details>
153
+ <summary>Click to see example inputs and outputs.</summary>
154
  **Example Inputs and Expected Outputs**
155
 
156
  1. **User Message Example 1:**
 
229
  ```json
230
  {"document_level": "single", "clause_level": "single"}
231
  ```
232
+
233
+ </details>
234
 
235
  **Challenge Instructions**
236
  - Design a system prompt that ensures the AI generates outputs like those above when given similar user messages.