Johannes Rieke
Johannes Rieke
Re clicking on an image or selecting a region in it, there's also an issue at #298
Closing this issue since it's old and didn't see a lot of activity. I also think this problem is probably solved by multipage apps, which we implemented in 1.10. Feel...
@aknoerig You can do this by just doing `streamlit run` in your root dir. E.g. `streamlit run root/subfolder/streamlit_app.py`. Then your app can import other files from the root dir.
Hah interesting. I was pretty sure Streamlit would recognize the `utils.py` in that case but apparently it doesn't. Thanks for the pointer! I will reopen this issue for now. Just...
Hey! As Ken pointed out, this was an intentional change and is now expected behavior. I'm going to change this to an enhancement request therefore. We made this change because...
Streamlit has pills as a built-in feature now, using `st.pills`. This command also comes with `on_change`. See [docs](https://docs.streamlit.io/develop/api-reference/widgets/st.pills). Please use that instead of this component!
I'm a bit confused why these log messages even show up in the first place. They shouldn't show if you just `streamlit run` your app, otherwise that's a bug. Can...
Got it. Since this is a pretty special case and nothing we officially support, I think there's very little chance we'll add something for this at the moment, unless this...
Yeah I can see that. As outlined above, I think we don't want to add a public API for this special case right now, but I'll keep the issue open...
Hey! It's unlikely we'll implement this as a native feature in Streamlit but I think that would be an awesome use case to build a [custom component](https://docs.streamlit.io/develop/concepts/custom-components/create) for!