Johannes Rieke

Results 288 comments of Johannes Rieke

I think the other issue is similar enough that we can keep the discussion in there. We're not planning to add that right now since voice input should really be...

OK I'm going to re-open this issue since it actually has a lot more upvotes than the old one 😄

I also created a separate issue for video input support (#8668).

Do you want a big image that you can click on or just a small image icon next to the button label?

Hey @shakamoushie (and others who want this): do Material icons as described in the post above already satisfy your need? Or do you still need custom images? We'll keep this...

Huh very interesting. Probably one of these bugs we never catch because nobody on the team uses Windows :D Thanks for tracking.

Wow, super cool, thanks @cceyda!! ♥️ Sorry that this has been stale for a while. Was on vacation and sick leave. And right now I'm pretty busy with some other...

Streamlit has pills as a built-in feature now, using st.pills. See [docs](https://docs.streamlit.io/develop/api-reference/widgets/st.pills). Please use that instead of this component! It also comes with multiselect via `selection_mode="multi"`. I will close this...

Streamlit has pills as a built-in feature now, using st.pills. See [docs](https://docs.streamlit.io/develop/api-reference/widgets/st.pills). Please use that instead of this component! It also supports multiselect via `selection_mode="multi"`.