Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Trudy
/
gemini-3d-drawing
like
159
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
84cbf90
gemini-3d-drawing
/
pages
/
_app.js
Trudy
Initial commit with proper LFS tracking
5f07a23
27 days ago
raw
Copy download link
history
blame
Safe
130 Bytes
import
"../styles/globals.css"
;
export
default
function
App
(
{ Component, pageProps }
) {
return
<
Component
{
...pageProps
} />
;
}