This commit is contained in:
ahmed531998 2023-04-19 17:24:04 +02:00
parent dda2c39830
commit 326c267bf9
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ const ChatBoxProps = (props) => {
setBusy((busy) => true);
let msg1 = { name: "User", message: inputValue, typing:false, query: "", cand: "", history: "", modQuery: "" };
updateMessages(msg1);
let msgTemp = {name: "Janet", message: "Typing...", typing:true, query: "", cand: "", history: "", modQuery: ""};
let msgTemp = {name: "Janet", message: "I am thinking...", typing:true, query: "", cand: "", history: "", modQuery: ""};
updateMessages(msgTemp);
fetch(backendUrl + '/predict', {