nagasurendra commited on
Commit
e56a79c
·
verified ·
1 Parent(s): 1bf2a24

Update static/script.js

Browse files
Files changed (1) hide show
  1. static/script.js +1 -1
static/script.js CHANGED
@@ -1,5 +1,5 @@
1
  let conversation = [
2
- { role: 'bot', message: "Hi there! I'm Chef Bot! May I know your name?" }
3
  ];
4
  let selectedIngredients = [];
5
  let selectedMenuItem = null;
 
1
  let conversation = [
2
+ { role: 'bot', message: "Hi there! I'm Chat Bot! May I know your name?" }
3
  ];
4
  let selectedIngredients = [];
5
  let selectedMenuItem = null;