Adrien Treuille

Results 11 comments of Adrien Treuille

As the admittedly biased co-creator of Streamlit. I agree that would be totally awesome to include awesome streamlit in awesome python. What could be more meta? Or more awesome? Or...

Hi @eliska-malanikova and happy 2020! 🎆 Are you trying to read a file on the computer running the Streamlit server (where you ran `streamlit run`) or on the Streamlit client...

Got it. Thanks @eliska-chalupova . We will take your feedback into account as we plan updates to the `file_uploader` API. Thanks!

Hi @rembishj : For server-side file selection, I would suggest [something like this snippet](https://discuss.streamlit.io/t/upload-files-to-streamlit-app/80/3).

If you want to select rows in a table, you can use [this somewhat inelegant workaround](https://gist.github.com/treuille/e8f07ebcd92265a68ecec585f7594918), which will scale up to about 1000 rows or so. 👍

@torwag : I think this is a super valid use case. Can you please tell me a bit more about the setup you envision. Would you want only a single...

@mstump : Thanks for putting `ag-grid` on our radar. It looks pretty sweet!

Thanks for providing that context, @MarcSkovMadsen! My current though (happy to be convinced otherwise) is that @tvst's [suggestion above](https://github.com/streamlit/streamlit/issues/455#issuecomment-567314925) would allow us to integrate this kind of table selection (or...

@tvst : Would this fix #155?