Files
gradio-app--gradio/js/label
Gradio PR Bot 0fd56c10c7 chore: update versions (#13691)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-29 19:25:34 +00:00
..
2026-07-29 19:25:34 +00:00
2026-04-09 15:49:22 +00:00
2026-04-09 15:49:22 +00:00
2026-07-29 19:25:34 +00:00
2023-10-31 04:46:02 +00:00

@gradio/label

<script>
	import { BaseLabel } from "@gradio/label";
</script>

BaseLabel

	export let value: {
		label?: string;
		confidences?: { label: string; confidence: number }[];
	};
	export let color: string | undefined = undefined;
	export let selectable = false;