fix: Correct widget code URL (#6033)
src attribute has extra double quotes
This commit is contained in:
parent
4ffe997249
commit
2043b2f4f7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export default function getWidgetCode({
|
|||
flowName,
|
||||
isAuth,
|
||||
}: GetCodeType): string {
|
||||
return `<script src="https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@v1.0.7/dist/build/static/js/bundle.min.js""></script>
|
||||
return `<script src="https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@v1.0.7/dist/build/static/js/bundle.min.js"></script>
|
||||
|
||||
<langflow-chat
|
||||
window_title="${flowName}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue