Hi,
I using streamlit version : 1.38.0 but when I execute such code :
st.button("Emoji button", icon="π", use_container_width=True)
I got this error :
TypeError: ButtonMixin.button() got an unexpected keyword argument 'icon'
is it normal ?
thanks