(this.shadowRoot?.querySelector(".file-input") as HTMLInputElement)?.click() : null}>
🎵
${
!this.serviceAvailable
? "Transcription service unavailable"
: this.isUploading
? "Uploading..."
: "Drop audio file here or click to browse"
}
${this.serviceAvailable ? "Supports MP3, WAV, M4A, AAC, OGG, WebM, FLAC up to 100MB" : "Transcription is currently unavailable"}
${
this.serviceAvailable
? html`