Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
104 Bytes
export default function SectionSeparator() {
return <hr className="border-accent-2 mt-28 mb-24" />;
}