Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dylanebert
/
3d-arena
like
307
Running
App
Files
Files
Community
11
Fetching metadata from the HF Docker repository...
7ee5f8f
3d-arena
/
viewer
/
src
/
routes
/
store.js
dylanebert
HF Staff
add solution
7ee5f8f
over 1 year ago
raw
Copy download link
history
blame
Safe
86 Bytes
import
{ writable }
from
'svelte/store'
;
export
const
activeTab =
writable
(
'Models'
);