Hi,
I have a question.
I have 2 parts in my dashboard. The first takes less than 2 minutes to display.
The second (big data) takes 2 hours.
So when I run my dashboard with the command (streamlit run …) I have to wait 2 hours and I have nothing to show …
It is possible to show the first part which takes 2 minutes during the time when the second part is launching ?
And it is possible to add a button for launching the second part of the dashboard ? Because I don’t want to launch it every time, but just when the user of the dashboard wants
Thanks 