svishal2001 commited on
Commit
3dedf17
1 Parent(s): 449a20c

Update static/chatbot.js

Browse files
Files changed (1) hide show
  1. static/chatbot.js +4 -4
static/chatbot.js CHANGED
@@ -10,12 +10,12 @@ $(document).ready(function() {
10
  $chatBody.children().each(function() {
11
  $(this).addClass('chat-message');
12
  });
13
- const buttonLabels = ["What is Makerlab?", "What is 3D printing?",
14
- "Who are the founders of Makerlab?", "What are the 3D printing prices at Makerlab?",
15
  "How can I host a birthday at Makerlab?", "Can I book an appointment at Makerlab?",
16
- "Tell me about softwares used to create 3D printing designs", "Hi, I am bob. Tell me when Makerlab was founded.",
17
  "Can I get my custom designs 3D printed at Makerlab?", "Can I host a private event at Makerlab?",
18
- "Does Makerlab host any workshop?", "When is Makerlab open?", "How can I contact the Makerlab Team?"];
19
 
20
 
21
  // Initialize SocketIO connection
 
10
  $chatBody.children().each(function() {
11
  $(this).addClass('chat-message');
12
  });
13
+ const buttonLabels = ["What is the Makerlab?", "What is 3D printing?",
14
+ "Who are the founders of Makerlab?", "What are the prices for printing?",
15
  "How can I host a birthday at Makerlab?", "Can I book an appointment at Makerlab?",
16
+ "Tell me about software used to create 3D printing designs",
17
  "Can I get my custom designs 3D printed at Makerlab?", "Can I host a private event at Makerlab?",
18
+ "Does Makerlab host any workshops?", "When is Makerlab open?", "How can I contact the Makerlab Team?"];
19
 
20
 
21
  // Initialize SocketIO connection