frontend / 6.0.0-dev.6 /datetime /Example.svelte
gradio-pr-bot's picture
Upload folder using huggingface_hub
a981822 verified
raw
history blame contribute delete
78 Bytes
<script lang="ts">
export let value: string | null;
</script>
{value || ""}