Skip to content

Commit

Permalink
Remove demo message
Browse files Browse the repository at this point in the history
  • Loading branch information
gsans committed Oct 10, 2023
1 parent 625774c commit ab3b722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/custom-chat/custom-chat.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class CustomChatComponent implements OnInit {

ngOnInit(): void {
//this.addBotMessageLocal(`Human presence detected ⚠️. How can I help you? `);
this.messages.push({
/* this.messages.push({
type: 'md',
text: `
${this.large_text_section}
Expand Down Expand Up @@ -98,7 +98,7 @@ alert(s);
` ,
reply: false,
avatar: "https://pbs.twimg.com/profile_images/1688607716653105152/iL4c9mUH_400x400.jpg",
});
}); */
}

handleUserMessage() {
Expand Down

0 comments on commit ab3b722

Please sign in to comment.