I have a streamlit app which reads from socket and a backend in flask which sends data to socket.
I am displaying progress-bar in a separate thread and using threading.condition() inside the thread to wait for the socket event to come. Once I am receiving the event, I am trying to update the progress-bar. But somehow it is not getting update.