Hide old models selector

0a84c094e747996e6430068335ef3b2cf66c3226

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -1Ignore whitespace
public/index.html+2 -1
@@ -2293,7 +2293,8 @@
22932293
2294 </div>2294 </div>
2295 </div>2295 </div>
2296 <select id="featherless_model" hidden>2296 <!-- Do not remove. Needed for the /model command to function -->
2297 <select id="featherless_model" class="displayNone">
2297 <option value="" data-i18n="-- Connect to the API --">2298 <option value="" data-i18n="-- Connect to the API --">
2298 -- Connect to the API --2299 -- Connect to the API --
2299 </option>2300 </option>