senti-beta / frontend /src /components /ui /DeterministicLabel.jsx
joseph njoroge kariuki
Deploy Senti AI to Hugging Face Spaces
021e065
Raw
History Blame Contribute Delete
230 Bytes
// All calculated outputs must show this
export function DeterministicLabel() {
return (
<span className="font-mono text-[10px] text-slate-400 uppercase tracking-wider">
CALCULATED · NOT AI-GENERATED
</span>
)
}