806b4bf1 by Jonille Arreglo

31675_chatbotplus_llm

1 parent a5e1e93a
......@@ -208,7 +208,7 @@ function App() {
}
var thinkingDots = document.getElementsByClassName("message");
var thinkingDot = thinkingDots[thinkingDots.length - 1];
thinkingDot.innerHTML = userMessage.message;
if(thinkingDot) thinkingDot.innerHTML = userMessage.message;
}, 500);
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!