Hello, everyone.
First, i wanna thank you streamlit team for the amazing work they have been done so far.
So, I’m building an app that uses Pylinac Library for automating radiotherapy QA.
I was trying to implement a loading gif while the analysis code run in background, but I’m facing a hard time in this task. Being clear, I basically want a pre-load page, that shows only the loading gif while the analysis is done in background and, when is completed, shows only the app page with the analysis without the gif.
I know st.spinner exist, but I can’t set to show only the loading, just how it is below:
Thank you in advance, community!