abdullahedcults commited on
Commit
84f0c46
1 Parent(s): 23e94d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def main():
48
  st.subheader("Click on Mic button and start speaking")
49
  #st.write("click to stop recording")
50
 
51
- audio_bytes = audio_recorder(text="click here")
52
  if audio_bytes:
53
  st.audio(audio_bytes, format="audio/wav")
54
  # To save audio to a file:
 
48
  st.subheader("Click on Mic button and start speaking")
49
  #st.write("click to stop recording")
50
 
51
+ audio_bytes = audio_recorder(text="")
52
  if audio_bytes:
53
  st.audio(audio_bytes, format="audio/wav")
54
  # To save audio to a file: