Spaces:
Sleeping
Sleeping
Update static/script.js
Browse files- static/script.js +1 -1
static/script.js
CHANGED
@@ -98,4 +98,4 @@ function displayOptions(options) {
|
|
98 |
setTimeout(() => handleResponse(conversation[conversation.length - 1].message), 500);
|
99 |
};
|
100 |
chatMessages.appendChild(backButton);
|
101 |
-
}
|
|
|
98 |
setTimeout(() => handleResponse(conversation[conversation.length - 1].message), 500);
|
99 |
};
|
100 |
chatMessages.appendChild(backButton);
|
101 |
+
}
|