Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zeno-ml
/
openai-evals
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2bc0e3b
openai-evals
/
frontend
/
src
/
main.ts
stevenyh3
feat: add initial design
4c2f8ad
over 2 years ago
raw
Copy download link
history
blame
Safe
122 Bytes
import
App
from
"./App.svelte"
;
const
app =
new
App
({
target
:
document
.
getElementById
(
"app"
),
});
export
default
app;