AbdullaShafeeg commited on
Commit
af8dbec
·
1 Parent(s): a27b3f6

app update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ with st.expander('About this App'):
43
  # record_button = col3.button('Monitor')
44
 
45
  while True:
46
- wav_audio_data = st_audiorec(key="FirstWidget")
47
  if wav_audio_data is not None:
48
  st.audio(wav_audio_data, format=FORMAT, sample_rate=16000)
49
  print(type(wav_audio_data))
 
43
  # record_button = col3.button('Monitor')
44
 
45
  while True:
46
+ wav_audio_data = st_audiorec()
47
  if wav_audio_data is not None:
48
  st.audio(wav_audio_data, format=FORMAT, sample_rate=16000)
49
  print(type(wav_audio_data))