📝 docs(widget.mdx): update code snippet language from html to jsx for accuracy and clarity

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-27 07:34:21 -03:00
commit fa8b3eca92

View file

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