ThatOneCoder commited on
Commit
7b09059
·
verified ·
1 Parent(s): 00c3087

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ audio=mic_recorder(
12
  key=None
13
  )
14
 
15
- def callback()
16
  if st.session_state.my_recorder_output:
17
  audio_bytes=st.session_state.my_recorder_output['bytes']
18
  st.audio(audio_bytes)
 
12
  key=None
13
  )
14
 
15
+ def callback():
16
  if st.session_state.my_recorder_output:
17
  audio_bytes=st.session_state.my_recorder_output['bytes']
18
  st.audio(audio_bytes)