Spaces:
Sleeping
Sleeping
Update static/script.js
Browse files- static/script.js +13 -14
static/script.js
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
</script>
|
|
|
1 |
+
<script type="text/javascript">
|
2 |
+
(function(d, t) {
|
3 |
+
var v = d.createElement(t), s = d.getElementsByTagName(t)[0];
|
4 |
+
v.onload = function() {
|
5 |
+
window.voiceflow.chat.load({
|
6 |
+
verify: { projectID: '656181267913810007e3e0b5' },
|
7 |
+
url: 'https://general-runtime.voiceflow.com',
|
8 |
+
versionID: 'production'
|
9 |
+
});
|
10 |
+
}
|
11 |
+
v.src = "https://cdn.voiceflow.com/widget/bundle.mjs"; v.type = "text/javascript"; s.parentNode.insertBefore(v, s);
|
12 |
+
})(document, 'script');
|
13 |
+
</script>
|
|