Ubuntu commited on
Commit
66473f1
1 Parent(s): c8c0c7c

move address to local host

Browse files
Files changed (1) hide show
  1. web/index.html +1 -1
web/index.html CHANGED
@@ -11,7 +11,7 @@
11
  </script>
12
  <script type="text/javascript">
13
  var chatroom = new window.Chatroom({
14
- host: "http://35.80.14.146:5005",
15
  title: "Kendra, powered by Rasa and ZIR AI",
16
  container: document.querySelector(".chat-container"),
17
  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"
 
11
  </script>
12
  <script type="text/javascript">
13
  var chatroom = new window.Chatroom({
14
+ host: "http://localhost:5005",
15
  title: "Kendra, powered by Rasa and ZIR AI",
16
  container: document.querySelector(".chat-container"),
17
  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"