Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anzorq
/
hf-spaces-semantic-search
like
79
Running
App
Files
Files
Community
2
c6eeecc
hf-spaces-semantic-search
/
app
/
page.tsx
anzorq
init
c6eeecc
over 1 year ago
raw
Copy download link
history
blame
176 Bytes
export
default
function
Home
(
) {
return
(
<
main
className
=
"flex min-h-screen flex-col items-center justify-between p-24"
>
{/*
<
SearchPanel
/>
*/}
</
main
>
)
}