svishal2001 commited on
Commit
d03c553
1 Parent(s): 195ac5f

Update static/chatbot.js

Browse files
Files changed (1) hide show
  1. static/chatbot.js +1 -1
static/chatbot.js CHANGED
@@ -10,7 +10,7 @@ $(document).ready(function() {
10
  $chatBody.children().each(function() {
11
  $(this).addClass('chat-message');
12
  });
13
- const buttonLabels = ["Tell me about yourself?" ];
14
 
15
 
16
  // Initialize SocketIO connection
 
10
  $chatBody.children().each(function() {
11
  $(this).addClass('chat-message');
12
  });
13
+ const buttonLabels = ["Tell me about yourself?", "why should we hire you?", "what are your qualification?","any experience with artificial intelligence" ];
14
 
15
 
16
  // Initialize SocketIO connection