Is there a way to enable the “mic” icon in the st.chat_input component so we can have the user use speech to text (provided it is supported by his browser).
It seems to help with having a Record button in the application, what I’m looking for though is how to add to a streamlit app the linked (in my post) javascript library (or any equivalent one) to have the native browser microphone icon show in the textarea of a chat_input component, in order to do client side TTS and fill in the st.chat_input fied with the spoken text.
(unfortunately, I fail to see how I would do it with what you replied)