refactor: Add MultilineInput class for handling multiline text inputs
This commit is contained in:
parent
3f363bf1f6
commit
7b09d1cc51
1 changed files with 1 additions and 0 deletions
|
|
@ -81,4 +81,5 @@ InputTypes = Union[
|
|||
DropdownInput,
|
||||
FileInput,
|
||||
PromptInput,
|
||||
MultilineInput,
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue