ThatOneCoder commited on
Commit
294962e
·
verified ·
1 Parent(s): d9cc8ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from streamlit_mic_recorder import mic_recorder,speech_to_text
3
 
4
- def callback()
5
  if st.session_state.my_recorder_output:
6
  audio_bytes=st.session_state.my_recorder_output['bytes']
7
  st.audio(audio_bytes)
 
1
  import streamlit as st
2
  from streamlit_mic_recorder import mic_recorder,speech_to_text
3
 
4
+ def callback():
5
  if st.session_state.my_recorder_output:
6
  audio_bytes=st.session_state.my_recorder_output['bytes']
7
  st.audio(audio_bytes)