diff --git a/public/index.html b/public/index.html
index 18f2494..e2ec8c3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -10,7 +10,13 @@
-
+
|
Say
@@ -39,7 +45,13 @@
@@ -51,206 +63,217 @@
-
+document.getElementById('btnReset').onclick = () => {
+ chatHistory = []; chat.innerHTML = ''; setStatus('');
+};
+