Spaces:
Running
Running
Update index.html
Browse files- index.html +12 -0
index.html
CHANGED
@@ -29,6 +29,18 @@
|
|
29 |
</div>
|
30 |
|
31 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
</div>
|
33 |
|
34 |
<script type="module">
|
|
|
29 |
</div>
|
30 |
|
31 |
</div>
|
32 |
+
<div class="row">
|
33 |
+
<div class="col-md-12">
|
34 |
+
<flowise-fullchatbot></flowise-fullchatbot>
|
35 |
+
<script type="module">
|
36 |
+
import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js"
|
37 |
+
Chatbot.initFull({
|
38 |
+
chatflowid: "d3548124-f646-4d6f-bc92-918a19023186",
|
39 |
+
apiHost: "https://nakheeltech.com:8030",
|
40 |
+
})
|
41 |
+
</script>
|
42 |
+
</div>
|
43 |
+
</div>
|
44 |
</div>
|
45 |
|
46 |
<script type="module">
|