{#if !isConnected}
{#if connectionState === "error"} {:else}
{/if}

Local Transcription

{#if connectionState === "error"}

Cannot connect to backend

Make sure the Python backend is running:
uv run python -m backend.main_headless

{:else}

Connecting to backend...

{/if}
{:else}
v{backendStore.version}
{#if showSettings} {/if} {/if}