Streamlit live updating plot

Hi @darynella2001

You could make use of the sleep method from the time module together with a for loop to iteratively update the plot every N seconds (e.g. time.sleep(1))

Here are some relevant posts to get you started:

This blog also has an example that you can use a starter idea:

Hope these helps!