Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dylanebert
/
3d-arena
like
236
Running
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
4e1da8c
3d-arena
/
viewer
/
src
/
routes
/
store.js
dylanebert
HF staff
add skeleton library
4e1da8c
about 1 year ago
raw
Copy download link
history
blame
Safe
87 Bytes
import
{ writable }
from
'svelte/store'
;
export
const
activeTab =
writable
(
'Models'
);