AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
import { Html, Head, Main, NextScript } from 'next/document'
export default function Document() {
return (
<Html lang="en">
<Head />
<body>
<Main />
<NextScript />
</body>
</Html>
)
}