awacke1 commited on
Commit
110a8a3
·
1 Parent(s): dc61d2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,5 +52,5 @@ st.write("Record your speech and get the text.")
52
  filename = save_and_play_audio(audio_recorder)
53
  if filename is not None:
54
  transcription = transcribe_audio(filename)
55
- st.sidebar.markdown(get_table_download_link(filename), unsafe_allow_html=True)
56
  filename = None
 
52
  filename = save_and_play_audio(audio_recorder)
53
  if filename is not None:
54
  transcription = transcribe_audio(filename)
55
+ #st.sidebar.markdown(get_table_download_link(filename), unsafe_allow_html=True)
56
  filename = None