diff --git a/docs/docs/guidelines/widget.mdx b/docs/docs/guidelines/widget.mdx index b868f3416..1fcdf7891 100644 --- a/docs/docs/guidelines/widget.mdx +++ b/docs/docs/guidelines/widget.mdx @@ -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