Skip to content

Commit

Permalink
adding chatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
ValenMorales committed Mar 27, 2024
1 parent feeb7e5 commit 7090270
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ svg:hover {
margin: auto;
margin-top: 35px;
border-radius: 30px;
background-color: black;
}
.info-wrap {
width: 35%;
Expand Down
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,4 +565,17 @@ <h3 class="info-sub-title">Fill up the form and I will get back to you within 24
<span class="span">Made by ©Valen </span>
</footer>
</body>
<script type="text/javascript">
(function(d, t) {
var v = d.createElement(t), s = d.getElementsByTagName(t)[0];
v.onload = function() {
window.voiceflow.chat.load({
verify: { projectID: '6601b9de3c335fc705b2b7ac' },
url: 'https://general-runtime.voiceflow.com',
versionID: 'production'
});
}
v.src = "https://cdn.voiceflow.com/widget/bundle.mjs"; v.type = "text/javascript"; s.parentNode.insertBefore(v, s);
})(document, 'script');
</script>
</html>

0 comments on commit 7090270

Please sign in to comment.