frontend / 6.5.2 /datetime /Example.svelte
gradio-pr-bot's picture
Upload folder using huggingface_hub
90b5038 verified
<script lang="ts">
let { value }: { value: string | null } = $props();
</script>
{value || ""}