diff --git a/Text-to-Text/gemini.html b/Text-to-Text/gemini.html index ea26ca7..55bb155 100644 --- a/Text-to-Text/gemini.html +++ b/Text-to-Text/gemini.html @@ -84,7 +84,7 @@

Gemini Chatbot

.then(data => { const msg = data.candidates[0].content.parts[0].text; document.getElementById("chatHistory").innerHTML += - "
Bot:
" + + "
LLM:
" + converter.makeHtml(msg) + "
"; thread.push({