Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -286,11 +286,11 @@
|
|
| 286 |
<div class="form-group">
|
| 287 |
<label for="prompt-select">System Prompt</label>
|
| 288 |
<select id="prompt-select" class="prompt-select">
|
| 289 |
-
<option value="
|
| 290 |
-
<option value="Behavior
|
| 291 |
<option value="UDL Expert">UDL Expert</option>
|
| 292 |
-
<option value="
|
| 293 |
-
<option value="
|
| 294 |
</select>
|
| 295 |
<textarea id="custom-prompt" class="custom-prompt" placeholder="Enter custom instructions for the AI assistant"></textarea>
|
| 296 |
</div>
|
|
|
|
| 286 |
<div class="form-group">
|
| 287 |
<label for="prompt-select">System Prompt</label>
|
| 288 |
<select id="prompt-select" class="prompt-select">
|
| 289 |
+
<option value="Default">Default Assistant</option>
|
| 290 |
+
<option value="Behavior Expert">Behavior Expert</option>
|
| 291 |
<option value="UDL Expert">UDL Expert</option>
|
| 292 |
+
<option value="Learning Support Expert">Learning Support Expert</option>
|
| 293 |
+
<option value="Custom">Custom Prompt</option>
|
| 294 |
</select>
|
| 295 |
<textarea id="custom-prompt" class="custom-prompt" placeholder="Enter custom instructions for the AI assistant"></textarea>
|
| 296 |
</div>
|