Spaces:
Running
Running
Update index.html
Browse filesInclusion del bot de customGPT
- index.html +1 -0
index.html
CHANGED
|
@@ -635,5 +635,6 @@
|
|
| 635 |
observer.observe(statsSection);
|
| 636 |
}
|
| 637 |
</script>
|
|
|
|
| 638 |
</body>
|
| 639 |
</html>
|
|
|
|
| 635 |
observer.observe(statsSection);
|
| 636 |
}
|
| 637 |
</script>
|
| 638 |
+
<script defer src="https://cdn.customgpt.ai/js/chat.js"></script> <script defer> (function(){ function init(){ CustomGPT.init({ p_id:'69662', p_key:'ea25c9b68c734cfd73528f8e206b15a0' }) } document.readyState === 'complete' ? init() : window.addEventListener('load', init); })(); </script>
|
| 639 |
</body>
|
| 640 |
</html>
|