Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
dataframe-sandbox
like
0
Running
App
Files
Files
Community
1
refs/pr/1
dataframe-sandbox
/
src
/
main.ts
hmb
HF Staff
Duplicate from static-templates/svelte
e06bbbf
verified
2 months ago
raw
Copy download link
history
blame
Safe
173 Bytes
import
{ mount }
from
'svelte'
import
'./app.css'
import
App
from
'./App.svelte'
const
app =
mount
(
App
, {
target
:
document
.
getElementById
(
'app'
)!,
})
export
default
app