// Livetwin embed code
(function() {
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = 'https://beta.livetwin.ai/embed-script.js';
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
window.addEventListener('load', function() {
window.initTavusEmbed('a32e734a-4707-4bcd-8303-197e942fc656', {
width: '600px',
height: '600px'
});
});
})();