Improve the UI tokenizer

This commit is contained in:
oobabooga 2023-09-15 19:30:44 -07:00
parent c3e4c9fdc2
commit ef04138bc0
4 changed files with 21 additions and 6 deletions

View file

@ -127,6 +127,10 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
height: calc(100dvh - 292px);
}
.monospace {
font-family: monospace;
}
.textbox_default textarea,
.textbox_default_output textarea,
.textbox_logits textarea,