typing
This commit is contained in:
parent
dda2c39830
commit
326c267bf9
|
@ -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', {
|
||||
|
|
Loading…
Reference in New Issue