Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anzorq
/
hf-spaces-semantic-search
like
80
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
8316e17
hf-spaces-semantic-search
/
pages
/
_document.js
anzorq
~working mvp
f817b5c
almost 2 years ago
raw
Copy download link
history
blame
Safe
231 Bytes
import
{
Html
,
Head
,
Main
,
NextScript
}
from
'next/document'
export
default
function
Document
(
) {
return
(
<
Html
lang
=
"en"
>
<
Head
/>
<
body
>
<
Main
/>
<
NextScript
/>
</
body
>
</
Html
>
)
}