Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dylanebert
/
3d-arena
like
217
Running
App
Files
Files
Community
4
e7b5357
3d-arena
/
src
/
routes
/
store.js
dylanebert
HF staff
initial leaderboard iteration
31a2d08
7 months ago
raw
Copy download link
history
blame
Safe
87 Bytes
import
{ writable }
from
'svelte/store'
;
export
const
activeTab =
writable
(
'Models'
);