diff --git a/src/demo.png b/src/demo.png index 3955ad5..8add3fc 100644 Binary files a/src/demo.png and b/src/demo.png differ diff --git a/src/live_transcription.html b/src/live_transcription.html index 8d215ae..42552bf 100644 --- a/src/live_transcription.html +++ b/src/live_transcription.html @@ -41,24 +41,86 @@ display: inline; color: rgb(197, 197, 197); } + .settings-container { + display: flex; + justify-content: center; + align-items: center; + gap: 15px; + margin-top: 20px; + } + .settings { + display: flex; + flex-direction: column; + align-items: flex-start; + gap: 5px; + } + #chunkSelector, #websocketInput { + font-size: 16px; + padding: 5px; + border-radius: 5px; + border: 1px solid #ddd; + background-color: #f9f9f9; + } + #websocketInput { + width: 200px; + } + #chunkSelector:focus, #websocketInput:focus { + outline: none; + border-color: #007bff; + } + label { + font-size: 14px; + }
-Click to start transcription
- +