Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
|
@@ -1868,6 +1868,7 @@
|
|
| 1868 |
scrollToBottom();
|
| 1869 |
await new Promise(r => setTimeout(r, speed));
|
| 1870 |
}
|
|
|
|
| 1871 |
|
| 1872 |
cursor.remove();
|
| 1873 |
renderAssistantParts(containerBubble, parts);
|
|
|
|
| 1868 |
scrollToBottom();
|
| 1869 |
await new Promise(r => setTimeout(r, speed));
|
| 1870 |
}
|
| 1871 |
+
}
|
| 1872 |
|
| 1873 |
cursor.remove();
|
| 1874 |
renderAssistantParts(containerBubble, parts);
|