mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 05:39:16 +08:00
📝 docs(widget.mdx): update code snippet language from html to jsx for accuracy and clarity
This commit is contained in:
@ -147,7 +147,7 @@ In your Angular project, locate the component that belongs to the module where y
|
||||
|
||||
- Inside the template, add the langflow-chat tag to include the Chat Widget in your component's view:
|
||||
|
||||
```html
|
||||
```jsx
|
||||
<langflow-chat
|
||||
chat_inputs='{"your_key":"value"}'
|
||||
chat_input_field="your_chat_key"
|
||||
|
||||
Reference in New Issue
Block a user