Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TransLegal
/
term-comparison
like
0
Running
App
Files
Files
Community
5d2f4d1
term-comparison
/
src
/
App.svelte
Tobias Brugger
init
3f209a4
4 months ago
raw
Copy download link
history
blame
Safe
191 Bytes
<
script
lang
=
"ts"
>
import
DatasetViewer
from
'./lib/DatasetViewer.svelte'
</
script
>
<
main
>
<
DatasetViewer
/>
</
main
>
<
style
>
main
{
width
:
100%
;
max-width
: none;
}
</
style
>