Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
osanseviero
/
GemCoder
like
757
Running
App
Files
Files
Community
10
Fetching metadata from the HF Docker repository...
6d62471
GemCoder
/
app
/
share
/
[id]
/
layout.tsx
osanseviero
Upload 54 files
63c7991
verified
27 days ago
raw
Copy download link
history
blame
Safe
151 Bytes
export
default
function
Layout
(
{ children }: { children: React.ReactNode }
) {
return
<
body
className
=
"flex min-h-full flex-col"
>
{children}
</
body
>
;
}