Jayantsharma46's picture
Upload pages/index.js with huggingface_hub
2c7a7ec verified
raw
history blame contribute delete
109 Bytes
import Calculator from '../components/Calculator'
export default function Home() {
return <Calculator />
}