Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
priaansh
/
Open-WebUI
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Open-WebUI
/
src
/
routes
/
(app)
/
admin
/
+page.svelte
priaansh
Upload 807 files
9de5911
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
152 Bytes
<
script
lang
=
"ts"
>
import
{ goto }
from
'$app/navigation'
;
import
{ onMount }
from
'svelte'
;
onMount
(
() =>
{
goto
(
'/admin/users'
);
});
</
script
>