response header changed to ChatGPT
This commit is contained in:
parent
4562533619
commit
4c529df6f2
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class MessagesArea extends HTMLElement {
|
|||
|
||||
if (isLastMessageFromUser) {
|
||||
const header = document.createElement('h2');
|
||||
header.textContent = "Bot";
|
||||
header.textContent = "ChatGTP";
|
||||
this.messages.appendChild(header);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue