Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dylanebert
/
3d-arena
like
308
Running
App
Files
Files
Community
11
Fetching metadata from the HF Docker repository...
7ee5f8f
3d-arena
File size: 86 Bytes
7ee5f8f
1
2
3
import
{ writable }
from
'svelte/store'
;
export
const
activeTab =
writable
(
'Models'
);