Closed jelmers19 closed 4 months ago
I won't solve this problem by fixing the original code, but you can try using the following method 👇
import streamlit as st
st.html(
'''
<style>
iframe[title="audio_recorder_streamlit.audio_recorder"] {
height: auto;
}
</style>
'''
)
Ok, I found the issue I will release it in the next version.
Should be fixed with version 0.0.10.
In my existing code, i run the snippet below, which works fine in 0.0.8. Since i upgraded to 0.0.9, the icon and text are not visible, unless i manually perform a different action in my app (like toggling an unrelated radiobutton). Downgrading back to 0.0.8 solves the problem.