From 060bd3ac96ae202bab7ce2b7d3ad968d05d3792e Mon Sep 17 00:00:00 2001 From: Koushik Ghosh <152012973+kg3540213@users.noreply.github.com> Date: Tue, 6 May 2025 15:57:24 +0530 Subject: [PATCH] Update script.js --- script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script.js b/script.js index e3df2ff..60c42b3 100644 --- a/script.js +++ b/script.js @@ -2,6 +2,7 @@ const fileInput = document.getElementById("imageInput"); const analyzeBtn = document.getElementById("analyzeBtn"); const chatbox = document.getElementById("chatBox"); +//here add bot message function is getting declared function addBotMessage(message) { const div = document.createElement("div"); div.className = "p-2 border rounded my-1 bg-white";