📝 docs(widget.mdx): update code snippet language from html to jsx for accuracy and clarity
This commit is contained in:
parent
5110644082
commit
fa8b3eca92
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue