Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
a938ab30
"include/tensor.hpp" did not exist on "c9fa46af0bf70701e73a6d2cd9741759d179e5ee"
Commit
a938ab30
authored
Nov 12, 2023
by
Timothy J. Baek
Browse files
fix: model select option text styling
parent
9afb7fff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/routes/+page.svelte
src/routes/+page.svelte
+2
-2
No files found.
src/routes/+page.svelte
View file @
a938ab30
...
@@ -1145,13 +1145,13 @@
...
@@ -1145,13 +1145,13 @@
bind:value=
{selectedModel}
bind:value=
{selectedModel}
disabled=
{messages.length
!=
0}
disabled=
{messages.length
!=
0}
>
>
<option
value=
""
selected
>
Select a model
</option>
<option
class=
" text-gray-700"
value=
""
selected
>
Select a model
</option>
{#each models as model}
{#each models as model}
{#if model.name === 'hr'}
{#if model.name === 'hr'}
<hr
/>
<hr
/>
{:else}
{:else}
<option
value=
{model.name}
class=
" text-lg"
>
{model.name}
</option>
<option
value=
{model.name}
class=
"
text-gray-700
text-lg"
>
{model.name}
</option>
{/if}
{/if}
{/each}
{/each}
</select>
</select>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment