Dcc.interval in streamlit?

I currently stuck with the search for a dash function:
The interval function like
dcc.Interval(id=“interval_component”,
interval=1000,
n_intervals=0)

This is used in the callback function at dash to “refresh” e.g. a chart plot regularly.

How can I solve this with streamlit?

1 Like