🔧 chore(widget.mdx): remove unnecessary comment in langflow-chat component example
This commit is contained in:
parent
3e0fc3cc1b
commit
5110644082
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ In your Angular project, locate the component that belongs to the module where y
|
|||
|
||||
```html
|
||||
<langflow-chat
|
||||
chat_inputs='{"your_key":"value"}' // JSON object
|
||||
chat_inputs='{"your_key":"value"}'
|
||||
chat_input_field="your_chat_key"
|
||||
flow_id="your_flow_id"
|
||||
host_url="langflow_url"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue