Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xray918
/
my_gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0ad74ed
my_gradio
/
js
/
nativeplot
/
Example.svelte
xray918
Upload folder using huggingface_hub
0ad74ed
verified
4 months ago
raw
Copy download link
history
blame
Safe
156 Bytes
<
script
lang
=
"ts"
>
export
let
title
: string |
null
;
export
let
x
: string;
export
let
y
: string;
</
script
>
{#
if
title}
{title}
{:else}
{x}
x
{y}
{/
if
}