Showing images within a chatbot
1. Add relevant image to Drive
2. Connect Colab to Drive
3. Import the IPython and time libraries
4. Use the following syntax: path = '/content/drive/My Drive/etc/image.jpg', display(Image(filename = path)), time.sleep(.5)