Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import './page-index.css'
import InputText from './input'
export default function Home() {
return (
<div>
<h1>Hello</h1>
<h2>Hello</h2>
<InputText />
</div>
)
}