refactor: Update imports to use MessageTextInput instead of TextInput
This commit is contained in:
parent
0c75ba492d
commit
5c1ac1b273
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ A custom component in Python looks like this:
|
|||
|
||||
```python
|
||||
from langflow.custom import Component
|
||||
from langflow.inputs import TextInput, IntInput, BoolInput, DropdownInput, HandleInput
|
||||
from langflow.inputs import MessageTextInput, IntInput, BoolInput, DropdownInput, HandleInput
|
||||
from langflow.template import Output
|
||||
from langflow.schema import Data, Message
|
||||
from typing import List, Optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue