Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -35
index.html
CHANGED
@@ -80,20 +80,7 @@
|
|
80 |
text-decoration: underline;
|
81 |
}
|
82 |
</style>
|
83 |
-
|
84 |
-
<style>
|
85 |
-
#webchat .bpWebchat {
|
86 |
-
position: unset;
|
87 |
-
width: 100%;
|
88 |
-
height: 100%;
|
89 |
-
max-height: 100%;
|
90 |
-
max-width: 100%;
|
91 |
-
}
|
92 |
-
|
93 |
-
#webchat .bpFab {
|
94 |
-
display: none;
|
95 |
-
}
|
96 |
-
</style>
|
97 |
</head>
|
98 |
<body>
|
99 |
<header>
|
@@ -156,27 +143,8 @@
|
|
156 |
<p>© 2024 Alexander Reddy. All rights reserved.</p>
|
157 |
</footer>
|
158 |
|
159 |
-
<
|
160 |
-
|
161 |
-
<!-- In your <body> tag -->
|
162 |
-
<script>
|
163 |
-
window.botpress.on("webchat:ready", () => {
|
164 |
-
window.botpress.open();
|
165 |
-
});
|
166 |
-
window.botpress.init({
|
167 |
-
"botId": "c92c3b3e-577b-468d-a3a8-038982811ece",
|
168 |
-
"configuration": {
|
169 |
-
"website": {},
|
170 |
-
"email": {},
|
171 |
-
"phone": {},
|
172 |
-
"termsOfService": {},
|
173 |
-
"privacyPolicy": {}
|
174 |
-
},
|
175 |
-
"clientId": "042809cc-ca9d-409a-8540-537056859323",
|
176 |
-
"selector": "#webchat"
|
177 |
-
});
|
178 |
-
</script>
|
179 |
-
</div>
|
180 |
|
181 |
</body>
|
182 |
</html>
|
|
|
80 |
text-decoration: underline;
|
81 |
}
|
82 |
</style>
|
83 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
</head>
|
85 |
<body>
|
86 |
<header>
|
|
|
143 |
<p>© 2024 Alexander Reddy. All rights reserved.</p>
|
144 |
</footer>
|
145 |
|
146 |
+
<script src="https://cdn.botpress.cloud/webchat/v3.0/inject.js"></script>
|
147 |
+
<script src="https://files.bpcontent.cloud/2025/06/17/11/20250617112351-GH8BHBX5.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
|
149 |
</body>
|
150 |
</html>
|