AI-Studio/app/MindWork AI Studio/Components/TokenizerHint.razor

6 lines
151 B
Plaintext
Raw Normal View History

@if (!string.IsNullOrWhiteSpace(this.Text))
{
<MudJustifiedText Typo="Typo.body2" Class="@this.Class">
@this.Text
</MudJustifiedText>
}