SchoolOfCode / bc16-final-projects-team-large-language-mavericks

School of Code CoachBot crafted by the Large Language Mavericks 🚀
https://soc-llm.vercel.app/
Other
1 stars 0 forks source link

Add more SoC coaches options #35

Closed nashetty closed 3 months ago

nashetty commented 3 months ago

Currently, only 1 of the SoC coaches is being displayed when returning message to the user. We need to add more icons and display them randomly

Acceptance criteria

nashetty commented 3 months ago

There are now 5 different images of SoC coaches displayed when the bot is giving answer. There is still a minor glitch - while the answer is being generated, it displays a random icon, but once the generation is complete, the icon changes.

PR#48

nashetty commented 3 months ago

Fixed bug - was displaying the icon with black background in light mode. This has now been fixed. Background is white at all times in light more and black at all times in the dark mode.

PR#58