dataframe-2 / src /main.ts
akhaliq's picture
akhaliq HF Staff
Upload folder using huggingface_hub
c3089b6 verified
Raw
History Blame Contribute Delete
138 Bytes
import './app.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app')!,
})
export default app