enzostvs HF staff commited on
Commit
c6dcfd8
·
1 Parent(s): de2d4cd

migration in svelte

Browse files
src/routes/text-generation/chat/+page.svelte ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ <div>
2
+ <p>chat example</p>
3
+ </div>
src/routes/text-generation/translation/+page.svelte ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ <div>
2
+ <p>translation example</p>
3
+ </div>