diff --git a/static/caic-bg.png b/static/caic-bg.png new file mode 100644 index 0000000..b5ee0e9 Binary files /dev/null and b/static/caic-bg.png differ diff --git a/templates/index.html b/templates/index.html index 314bc66..6f1f165 100644 --- a/templates/index.html +++ b/templates/index.html @@ -420,7 +420,7 @@ body { font-family: var(--font-body); background: var(--bg-primary); color: var(
- +
@@ -1104,7 +1104,7 @@ function newChat() { function escapeHtml(str) { const div = document.createElement('div'); div.textContent = str; return div.innerHTML; } function showWelcome() { - document.getElementById('chatContainer').innerHTML = '
'; + document.getElementById('chatContainer').innerHTML = '
'; } async function sendSearch() {