LauraDy / multipurpose_chatbot

Use the chatterbot python module to create a personal assistant and university assistant chatbot
0 stars 1 forks source link

Broken icons #2

Open d-torrance opened 2 years ago

d-torrance commented 2 years ago

I've figured out the broken icon issue. You've set the BOT_IMG variable to be Leo's face, but it's only used for the responses. You'd also want to set it for the initial question, which is pointing to an image with a broken link:

https://github.com/LauraDy/multipurpose_chatbot/blob/873895089f75e5e3689fdc1bd83c0c802f4fd9d5/templates/index_uni.html#L25

A few suggestions for after Symposium:

LauraDy commented 2 years ago

Thank you! I have fixed the broken image icons, which should be showing correctly now. I won't completely close this issue until I've made the changes to the CSS and HTML files that you suggested.