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