File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6325,7 +6325,7 @@ Head over to `lib/app_web/live/page_live.html.heex` and change it like so:
6325
6325
<AppWeb .Spinner.spin spin ={@audio_running?} />
6326
6326
<% else %>
6327
6327
<%= if @transcription do %>
6328
- <span class =" text-gray-700 font-light" ><%= @transcription %></span >
6328
+ <span id = " output " class =" text-gray-700 font-light" ><%= @transcription %></span >
6329
6329
<% else %>
6330
6330
<span class =" text-gray-300 font-light text-justify" >Waiting for audio input.</span >
6331
6331
<% end %>
Original file line number Diff line number Diff line change 272
272
< AppWeb.Spinner . spin spin = { @ audio_running? } />
273
273
<% else %>
274
274
<%= if @ transcription do %>
275
- < span class = "text-gray-700 font-light " > <%= @ transcription %> </ span >
275
+ < span id = " output " class = "text-gray-700 font-light " > <%= @ transcription %> </ span >
276
276
<% else %>
277
277
< span class = "text-gray-300 font-light text-justify " > Waiting for audio input.</ span >
278
278
<% end %>
You can’t perform that action at this time.
0 commit comments