Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Princeaka
/
multimodal_module
like
1
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
ace186a
multimodal_module
/
frontend
/
src
/
pages
/
NotFound.tsx
Princeaka
Upload 21 files
ace186a
verified
28 days ago
raw
Copy download link
history
blame
Safe
127 Bytes
export
default
function
NotFound
(
){
return
<
div
className
=
'min-h-screen grid place-items-center text-slate-200'
>
Not Found
</
div
>
}