Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jscheah
/
open-webui
like
13
Building
App
Files
Files
Fetching metadata from the HF Docker repository...
main
open-webui
/
src
/
routes
/
(app)
/
admin
/
settings
/
+page.svelte
github-actions[bot]
GitHub deploy: ad20ac34a4a6fb98f29d0c27ebf4bbd88998900a
593522f
about 3 hours ago
raw
Copy download link
history
blame
Safe
96 Bytes
<
script
>
import
Settings
from
'$lib/components/admin/Settings.svelte'
;
</
script
>
<
Settings
/>