Dan ALEXANDRU

Results 3 comments of Dan ALEXANDRU

I also had this issue, but it appears that it does approximately what you proposed, @Vinno97 ? The [docs](https://docs.streamlit.io/library/api-reference/widgets/st.download_button) mention that you could have a callback for this. Not sure...

Hello @campinzon this also happened to me. It's an **upstream issue** coming from `WiringPi`. You can check some **possible solutions** here: + https://github.com/WiringPi/WiringPi-Python/issues/47 + https://github.com/WiringPi/WiringPi-Python/issues/49 **The problem** Problem is, when...

I encountered the same limitation when making multiple uploads, currently it's very easy to ignore the pagination text and arrows, especially when you display various things below the `st.file_uploader`, it...