File size: 628 Bytes
c8c0c7c
85c3d07
c8c0c7c
 
 
 
 
85c3d07
c8c0c7c
 
 
66473f1
c8c0c7c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<head>
    <link rel="stylesheet" href="Chatroom.css" />
</head>

<body>
    <div class="chat-container"></div>

    <script src="Chatroom.js"></script>
    </script>
    <script type="text/javascript">
        var chatroom = new window.Chatroom({
            host: "http://localhost:5005",
            title: "Kendra, powered by Rasa and ZIR AI",
            container: document.querySelector(".chat-container"),
            welcomeMessage: "Hello, my name is Kendra, and I'll be happy to assist with your questions about Burj Al Arab Jumeirah. How may I help you"
        });
        chatroom.openChat();
    </script>
</body>