Basma Boussaha commited on
Commit
3dd194e
·
1 Parent(s): 7f5130b

fix model type

Browse files
Files changed (1) hide show
  1. frontend/submit.html +2 -2
frontend/submit.html CHANGED
@@ -25,8 +25,8 @@
25
  Type</label>
26
  <div class="relative"><select name="model_type"
27
  class="w-full px-4 py-2 rounded-lg border border-slate-300 dark:border-slate-600 bg-white dark:bg-slate-900 dark:text-white focus:ring-2 focus:ring-indigo-500 outline-none appearance-none transition cursor-pointer">
28
- <option value="pre-trained">🟢 Base </option>
29
- <option value="finetuned" selected>🔶 Instruct</option>
30
  </select><i data-lucide="chevron-down"
31
  class="absolute right-3 top-3 h-4 w-4 text-slate-400 pointer-events-none"></i>
32
  </div>
 
25
  Type</label>
26
  <div class="relative"><select name="model_type"
27
  class="w-full px-4 py-2 rounded-lg border border-slate-300 dark:border-slate-600 bg-white dark:bg-slate-900 dark:text-white focus:ring-2 focus:ring-indigo-500 outline-none appearance-none transition cursor-pointer">
28
+ <option value="base">🟢 Base </option>
29
+ <option value="instruct" selected>🔶 Instruct</option>
30
  </select><i data-lucide="chevron-down"
31
  class="absolute right-3 top-3 h-4 w-4 text-slate-400 pointer-events-none"></i>
32
  </div>