When I’m trying to use audio button for my wav file via:
audio_file = io.open(r’C:\example.wav’, ‘rb’)
audio_bytes = audio_file.read()
st.audio(audio_bytes)
I’m getting inactive button:

Any idea why?
When I’m trying to use audio button for my wav file via:
audio_file = io.open(r’C:\example.wav’, ‘rb’)
audio_bytes = audio_file.read()
st.audio(audio_bytes)
I’m getting inactive button:

Any idea why?