Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
anzorq
/
hf-spaces-semantic-search
like
79
Runtime error
App
Files
Files
Community
2
d16e0f2
hf-spaces-semantic-search
/
pages
/
_app.js
anzorq
~working mvp
f817b5c
over 1 year ago
raw
Copy download link
history
blame
Safe
127 Bytes
import
'@/styles/globals.css'
export
default
function
App
(
{ Component, pageProps }
) {
return
<
Component
{
...pageProps
} />
}