Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -387,7 +387,7 @@
|
|
| 387 |
}
|
| 388 |
|
| 389 |
function clearChat() {
|
| 390 |
-
chatBox.innerHTML = `<div class="message"><span class="ai">SmartChild:</span> *static* ...lol! I'm back.<br>
|
| 391 |
modalOverlay.style.display = 'none';
|
| 392 |
}
|
| 393 |
|
|
|
|
| 387 |
}
|
| 388 |
|
| 389 |
function clearChat() {
|
| 390 |
+
chatBox.innerHTML = `<div class="message"><span class="ai">SmartChild:</span> *static* ...lol! I'm back.<br><br> Use me offline or in airplane mode!</div>`;
|
| 391 |
modalOverlay.style.display = 'none';
|
| 392 |
}
|
| 393 |
|