mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-08 17:06:42 +00:00
dropdowns
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100..900&display=swap" rel="stylesheet" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet" />
|
||||
|
||||
<link href="css/catppuccin.css" rel="stylesheet" />
|
||||
<link href="css/dropdown.css" rel="stylesheet" />
|
||||
<link href="css/markdown.css" rel="stylesheet" />
|
||||
<link href="css/chat.css" rel="stylesheet" />
|
||||
|
||||
@@ -36,7 +37,7 @@
|
||||
</div>
|
||||
<div class="option">
|
||||
<label for="model" title="Model"></label>
|
||||
<select id="model"></select>
|
||||
<select id="model" data-searchable></select>
|
||||
</div>
|
||||
<div class="option">
|
||||
<label for="prompt" title="Prompt"></label>
|
||||
|
Reference in New Issue
Block a user