AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
import 'tailwindcss/tailwind.css'
function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}
export default MyApp