mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-03 09:39:47 +00:00
4 lines
217 B
Plaintext
4 lines
217 B
Plaintext
|
@inherits MSGComponentBase
|
||
|
<MudButton StartIcon="@Icons.Material.Filled.Description" OnClick="async () => await this.SelectFile()" Variant="Variant.Filled" Class="mb-3">
|
||
|
@T("Use PDF content as input")
|
||
|
</MudButton>
|