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
56902677
Commit
56902677
authored
Oct 08, 2023
by
Timothy J. Baek
Browse files
layout updated
parent
83ae37f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/routes/+page.svelte
src/routes/+page.svelte
+2
-2
src/tailwind.css
src/tailwind.css
+2
-2
No files found.
src/routes/+page.svelte
View file @
56902677
...
...
@@ -181,14 +181,14 @@
<div class=" h-full mb-32 w-full flex flex-col">
{#if Object.keys(chatHistory).length == 0}
<div class="m-auto text-center max-w-md">
<div class="flex justify-center">
<div class="flex justify-center
mt-8
">
<img src="/ollama.png" class="w-16 invert-[80%]" />
</div>
<div class="mt-6 text-3xl text-gray-500 font-semibold">
Get up and running with large language models, locally.
</div>
<div class=" m
t
-4 text-gray-600">
<div class=" m
y
-4 text-gray-600">
Run Llama 2, Code Llama, and other models. <br /> Customize and create your own.
</div>
</div>
...
...
src/tailwind.css
View file @
56902677
...
...
@@ -4,13 +4,13 @@
@layer
base
{
html
{
font-family
:
'Arimo'
,
ui-sans-serif
,
system-ui
,
-apple-system
,
'Segoe UI'
,
Roboto
,
Ubuntu
,
font-family
:
-apple-system
,
'Arimo'
,
ui-sans-serif
,
system-ui
,
'Segoe UI'
,
Roboto
,
Ubuntu
,
Cantarell
,
'Noto Sans'
,
sans-serif
,
'Helvetica Neue'
,
Arial
,
'Apple Color Emoji'
,
'Segoe UI Emoji'
,
'Segoe UI Symbol'
,
'Noto Color Emoji'
;
}
pre
{
font-family
:
'Arimo'
,
ui-sans-serif
,
system-ui
,
-apple-system
,
'Segoe UI'
,
Roboto
,
Ubuntu
,
font-family
:
-apple-system
,
'Arimo'
,
ui-sans-serif
,
system-ui
,
'Segoe UI'
,
Roboto
,
Ubuntu
,
Cantarell
,
'Noto Sans'
,
sans-serif
,
'Helvetica Neue'
,
Arial
,
'Apple Color Emoji'
,
'Segoe UI Emoji'
,
'Segoe UI Symbol'
,
'Noto Color Emoji'
;
white-space
:
pre-wrap
;
...
...
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