I want to continually add to a list maintained by a front-end component during the program’s execution. The front-end will continuously consume the contents of this list. Can this be achieved in Streamlit? I’ve noticed that most components, once created, are not typically modified by the backend. However, I need this kind of functionality. Is there any way to implement it?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.