svishal2001 commited on
Commit
aa1de59
·
1 Parent(s): cdb2b26

Update static/chatbot.js

Browse files
Files changed (1) hide show
  1. static/chatbot.js +2 -7
static/chatbot.js CHANGED
@@ -10,12 +10,7 @@ $(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
@@ -97,7 +92,7 @@ $(document).ready(function() {
97
  });
98
 
99
  // Initial message
100
- displayMessage('Learn about <a href="https://makerlab.illinois.edu/" target="_blank">Makerlab</a>', false, true);
101
 
102
  // Function to minimize the widget
103
  function minimizeWidget() {
 
10
  $chatBody.children().each(function() {
11
  $(this).addClass('chat-message');
12
  });
13
+ const buttonLabels = ["Tell me about yourself?" ];
 
 
 
 
 
14
 
15
 
16
  // Initialize SocketIO connection
 
92
  });
93
 
94
  // Initial message
95
+ displayMessage('Learn about me on <a href="https://www.linkedin.com/in/shreyasachdev/" target="_blank">Linkedin</a>', false, true);
96
 
97
  // Function to minimize the widget
98
  function minimizeWidget() {