Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
import React from 'react';
const NotFound = () => (
<div>
<h1>Whooops. This page doesn't exist</h1>
</div>
)
export default NotFound;