Marriage Voice Assistant
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
#hume-evi-container {
width: 100%;
max-width: 700px;
height: 600px;
background-color: #ffffff;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
border-radius: 12px;
overflow: hidden;
}
window.addEventListener("load", function () {
if (window.HumeEVI) {
HumeEVI.init({
configId: "727aa242-73c2-4092-98a5-728900f50aa7",
container: "#hume-evi-container"
});
} else {
console.error("HumeEVI SDK failed to load.");
}
});