Update templates/math.html
Browse files- templates/math.html +2 -2
templates/math.html
CHANGED
@@ -213,8 +213,8 @@
|
|
213 |
<div class="flex flex-col md:flex-row justify-center items-center space-y-4 md:space-y-0 md:space-x-4">
|
214 |
<select id="modelChoice" name="model_choice"
|
215 |
class="select w-full md:w-auto">
|
216 |
-
<option value="mariam's">Mariam's (
|
217 |
-
<option value="qwen2">Qwen2 (lent
|
218 |
</select>
|
219 |
<button type="submit"
|
220 |
class="btn btn-primary w-full md:w-auto flex items-center space-x-2 disabled:opacity-50 disabled:cursor-not-allowed">
|
|
|
213 |
<div class="flex flex-col md:flex-row justify-center items-center space-y-4 md:space-y-0 md:space-x-4">
|
214 |
<select id="modelChoice" name="model_choice"
|
215 |
class="select w-full md:w-auto">
|
216 |
+
<option value="mariam's">Mariam's (Ultra performant)</option>
|
217 |
+
<option value="qwen2">Qwen2 (lent et performant)</option>
|
218 |
</select>
|
219 |
<button type="submit"
|
220 |
class="btn btn-primary w-full md:w-auto flex items-center space-x-2 disabled:opacity-50 disabled:cursor-not-allowed">
|