Spaces:
Runtime error
Runtime error
Adding contact message
Browse files- static/chatbot.js +1 -0
static/chatbot.js
CHANGED
@@ -98,6 +98,7 @@ $(document).ready(function() {
|
|
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() {
|
|
|
98 |
|
99 |
// Initial message
|
100 |
displayMessage('Learn about <a href="https://makerlab.illinois.edu/" target="_blank">Makerlab</a>', false, true);
|
101 |
+
displayMessage('This bot is powered by Gpt 3.5 and thus may get things wrong. You can click on any of the questions on the left and they will get copied to this window. You can also type in a question here. If you find the bot useful or have feedback on improving it, drop us a line at <a href="https://makerlab.illinois.edu/contact" target="_blank">Makerlab - Contact</a>', false, true);
|
102 |
|
103 |
// Function to minimize the widget
|
104 |
function minimizeWidget() {
|