Spaces:
Runtime error
Runtime error
updated startup message
Browse files- static/chatbot.js +1 -1
static/chatbot.js
CHANGED
|
@@ -76,7 +76,7 @@ $(document).ready(function() {
|
|
| 76 |
});
|
| 77 |
|
| 78 |
// Initial message
|
| 79 |
-
displayMessage('Learn about <a href="https://www.coursera.org/learn/3d-printing-revolution/home">3D printing Revolution</a> course with referred sources');
|
| 80 |
|
| 81 |
|
| 82 |
// Function to minimize the widget
|
|
|
|
| 76 |
});
|
| 77 |
|
| 78 |
// Initial message
|
| 79 |
+
displayMessage('Learn about <a href="https://www.coursera.org/learn/3d-printing-revolution/home">3D printing Revolution</a> course with referred sources', true, false);
|
| 80 |
|
| 81 |
|
| 82 |
// Function to minimize the widget
|