jeremierostan commited on
Commit
26b739b
·
verified ·
1 Parent(s): 4d1c799

Update index.html

Browse files
Files changed (1) hide show
  1. 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="default">Default Assistant</option>
290
- <option value="Behavior Analyst">Behavior Expert</option>
291
  <option value="UDL Expert">UDL Expert</option>
292
- <option value="prompt3">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>
 
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>