Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eberhenriquez94
/
PDF_OCR
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c186f6e
PDF_OCR
/
frontend
/
main.js
eberhenriquez94
a
3fda57c
verified
4 months ago
raw
Copy download link
history
blame
Safe
168 Bytes
import
App
from
'./Index.svelte'
;
const
app =
new
App
({
target
:
document
.
getElementById
(
'app'
),
// Enlaza con el contenedor en `index.html`
});
export
default
app;