Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -8
index.html
CHANGED
@@ -43,14 +43,7 @@
|
|
43 |
</div>
|
44 |
</div>
|
45 |
|
46 |
-
|
47 |
-
import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js"
|
48 |
-
Chatbot.init({
|
49 |
-
chatflowid: "d3548124-f646-4d6f-bc92-918a19023186",
|
50 |
-
apiHost: "https://nakheeltech.com:8030",
|
51 |
-
})
|
52 |
-
</script>
|
53 |
-
|
54 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
55 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
|
56 |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
|
|
43 |
</div>
|
44 |
</div>
|
45 |
|
46 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
48 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
|
49 |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|