Make Chatbot Visible and Functional on All Necessary pages #71
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR integrates the chatbot (chatbot.html) into all pages of the site
Description:
This PR introduces the Styleka Assistant chatbot to the project. Key features:
Clean and minimal UI with a toggle button (chat icon / close icon).
Chat window includes header, chat log, and user input section.
Initial welcome message is shown from the bot.
Integrated Material Symbols for icons.
Fully styled via chatbot.css for smooth transitions and responsive design.
Toggle functionality allows the chatbot to open/close cleanly on click.
🤖 What It Responds To:
The chatbot is trained (or wired) to respond to a range of fashion and style-related queries, including:
Outfit Suggestions
e.g., "What should I wear to a beach party?"
Color Coordination Help
e.g., "Does maroon go well with beige?"
Style Tips by Season / Occasion
e.g., "Give me a winter casual look" or "What to wear for an interview?"
Current Trends
e.g., "What's trending in women's fashion this year?"
Fabric & Fit Advice
e.g., "Is linen a good choice for summer?"
The assistant gives smart, concise replies and aims to improve the user’s styling decisions.
Live Demo
Please review the changes and merge the PR when convenient. Let me know if you need any clarifications or further updates.
Thanks!
Krisha