Spaces:
Runtime error
Runtime error
Questions
Browse files- static/chatbot.js +2 -1
static/chatbot.js
CHANGED
@@ -14,7 +14,8 @@ $(document).ready(function() {
|
|
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?", "
|
|
|
18 |
|
19 |
|
20 |
// Initialize SocketIO connection
|
|
|
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
|