-
Could I use a base64 content of the .mid file in src? I'm trying to load a .mid in Streamlit with this component but I can't include the path to the file, could I embed it in base64 somehow to make it work? Do you have any ideas? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Answered by
cifkao
Feb 25, 2024
Replies: 1 comment 2 replies
-
Yes, I think this works! It's what @drscotthawley has done here in his |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
elloza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, I think this works! It's what @drscotthawley has done here in his
midi-player
Python package.