Johannes Rieke
Johannes Rieke
Can't you just use the voice input of your phone's keyboard? I don't think we'll ever implement that on the Streamlit side since it would be extremely complicated. But will...
#7250 wants this for `st.chat_input` specifically.
# Update Just wanted to note here that we just merged voice input for `st.chat_input`, see #7250. This will be released in the next release. We likely won't add voice...
Hey @shakamoushie! So you basically want the normal tooltip that you get via `st.text_input(... help="foo")` but instead of just showing "foo" in that tooltip, you want to open a dialog...
Hey @marduk2, thanks for the idea! This seems reasonable, I'll add it to our roadmap. It's not super high priority in my eyes though, so I'd expect this to take...
Hey, I'm working on a PR for this, see the link above. Will probably merge this soon and we should get this into the 1.42 release in early February!
Thanks for the feedback! FYI we just added a new parameter `expanded` to `st.navigation` in 1.39, which lets you control whether "View more" will show or not. We also adapted...
@pallagj Would you mind opening a separate issue for that? Since it's quite a bit different than what's asked in the original issue here.
Glad you like it :) Yes, we want to do that at some point but we don't have a concrete date yet.
Hey, sorry for missing this! Looking through the PR today.