Add sound player in table or pandas

result = st.file_uploader(“Upload”, type=[‘wav’,‘ogg’, ‘mp3’, ‘mp4’], accept_multiple_files=True)

I need to display table with audio player in each row, something like this:

Does any have solution?
Thanks!

1 Like

I am trying to make the same thing. Did you find a solution? The audio player seems powerful and simple but don’t know how to connect it to a dynamic df.