Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
DuyTa
/
Graduation
like
1
License:
mit
Model card
Files
Files and versions
Community
3
refs/pr/3
Graduation
/
ui
/
src
/
routes
/
(app)
/
+page.svelte
DuyTa
Upload folder using huggingface_hub
bc20498
verified
about 1 month ago
raw
Copy download link
history
blame
158 Bytes
<
script
lang
=
"ts"
>
import
Chat
from
'$lib/components/chat/Chat.svelte'
;
import
Help
from
'$lib/components/layout/Help.svelte'
;
</
script
>
<
Help
/>
<
Chat
/>