🔧 chore(widget.mdx): remove unnecessary comment in langflow-chat component example

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-27 07:33:32 -03:00
commit 5110644082

View file

@ -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"