rohan13 commited on
Commit
4c1998c
1 Parent(s): 9dfa66e

Adding contact message

Browse files
Files changed (1) hide show
  1. 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() {