Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
guess-the-image
like
73
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
23efa9a
guess-the-image
/
app
/
quizz
/
page.tsx
enzostvs
HF Staff
add rules + fix some css things
d5135a6
over 1 year ago
raw
Copy download link
history
blame
Safe
115 Bytes
import
{
QuizzContent
}
from
"@/components/quizz"
;
export
default
function
Quizz
(
) {
return
<
QuizzContent
/>
;
}