CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
Dataset
public
gradio
/
frontend
source
Hugging Face
updated 3h ago
View on Hugging Face
1
likes
413k
downloads
Like
Save
Clone
overview
files
community
commits
settings
root
6.7.0
datetime
Example.svelte
Example.svelte
6 lines
Copy path
Download
Raw
Back to datetime
1
<script lang="ts">
2
let { value }: { value: string | null } = $props();
3
</script>
4
5
{value || ""}
6