Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
201 Bytes
const DocsExampleError = () => (
<div className="docs-example__error">
<p>Oops! There was a problem loading this example. Check the browser console.</p>
</div>
);
export default DocsExampleError;