diff --git a/public/chat_ae.html b/public/chat_ae.html
index 181395f..3dffd20 100644
--- a/public/chat_ae.html
+++ b/public/chat_ae.html
@@ -5,6 +5,7 @@
Chat Client AE
+
diff --git a/static/js/eveai-chat-widget.js b/static/js/eveai-chat-widget.js
index 4ccc81d..ef12da9 100644
--- a/static/js/eveai-chat-widget.js
+++ b/static/js/eveai-chat-widget.js
@@ -211,7 +211,7 @@ class EveAIChatWidget extends HTMLElement {
message.innerHTML = `
${content}
- ${citationsHtml ? `Citations: ${citationsHtml}
` : ''}
+ ${citationsHtml ? `${citationsHtml}
` : ''}
${algorithm}
thumb_up