Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
const content = await Promise.resolve("hi y'all")
export default function Custom404() {
return <h1 id="content-404">{content}</h1>
}