Spaces:
Running
Running
| // 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> | |
| ) | |
| } |