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