Skip to content

Commit

Permalink
Update: Refactored Source Code (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Jun 24, 2024
1 parent 1166627 commit 7932e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/chatbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function scrollToBottom() {
}

function sendInstructionalMessage() {
const instructionMessage = "Hello! I am your WeatherMate Assistant. I can provide weather information for you. To get started, type 'weather in [a city's name]' to get the weather for that city. Or you can also ask me any general weather-related questions or any other queries you may have. How can I assist you today?";
const instructionMessage = "Hello! I am your WeatherMate Assistant 🌤. I can provide weather information for you. To get started, type 'weather in [a city's name]' to get the weather for that city. Or you can also ask me any general weather-related questions or any other queries you may have. How can I assist you today? 🌤";
const instructionElem = document.createElement("div");
instructionElem.innerText = instructionMessage;
document.querySelector(".chat-messages").appendChild(instructionElem);
Expand Down

0 comments on commit 7932e70

Please sign in to comment.