Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
open-webui/open-webui
mzwing
/
open-webui
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
open-webui
/
src
/
routes
/
(app)
/
admin
/
users
/
+page.svelte
github-actions[bot]
GitHub deploy: 3792051604d1c767e6b3187843128190d7fb93fd
5532de0
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
87 Bytes
<
script
>
import
Users
from
'$lib/components/admin/Users.svelte'
;
</
script
>
<
Users
/>