Summary
Simple issue.
Do something (works)
for loop
Do something else (this will run only after the for loop is completed)
Since I’m trying to create a dynamic dashboard that is being fed with live data, if for loops will stop Do something else from running, I’ll get into lots of trouble hehe
Expected behavior:
I’d like everything to run concurrently so that the charts, progress bars, tables, etc are updated every time new data is received.
Actual behavior:
Do something runs
for loop runs
Do something else runs but only after for loop finished
Debug info
- Streamlit version: 1.2
- Python version: 3.10.0
- OS version: Windows Pro 10
- Browser version: Chrome