diff --git a/podpora.html b/podpora.html index 9090a55..f1cd78a 100644 --- a/podpora.html +++ b/podpora.html @@ -123,7 +123,7 @@ botResponse.innerHTML = "Standa: " + randomMessage; chatbox.appendChild(botResponse); chatbox.scrollTop = chatbox.scrollHeight; - }, 1000); // 1 second delay for response + }, 3500); } userInput.value = "";