diff --git a/whisperlivekit/web/live_transcription.html b/whisperlivekit/web/live_transcription.html index e27189d..b851e8e 100644 --- a/whisperlivekit/web/live_transcription.html +++ b/whisperlivekit/web/live_transcription.html @@ -666,6 +666,7 @@ }).join(""); linesTranscriptDiv.innerHTML = linesHtml; + window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' }); } function updateTimer() {