Hugging Face
Models
Datasets
Spaces
Posts
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...
13e89d2
openai-evals
/
frontend
/
src
/
main.ts
Alex Cabrera
initial commit
1768d92
almost 2 years ago
raw
Copy download link
history
blame
142 Bytes
import
"./app.css"
;
import
App
from
"./App.svelte"
;
const
app =
new
App
({
target
:
document
.
getElementById
(
"app"
),
});
export
default
app;