Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
samyosm
/
sentify
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sentify
/
components
/
fallback
/
Fallback.tsx
samyosm
desktop version complete
f5d25f5
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
101 Bytes
export
function
Fallback
(
) {
return
(
<
div
className
=
'p-12'
>
Loading...
</
div
>
)
}