kmcgrady / streamlit-autorefresh

An autorefresh component for Streamlit apps
MIT License
176 stars 16 forks source link

Can we pause the refresh temporarily? #17

Open kanalive opened 4 months ago

kanalive commented 4 months ago

Can we pause the refresh temporarily?

kmcgrady commented 3 months ago

Hey @kanalive. Perhaps the easiest way to do it, is to just not render the component. Let me know if that helps!

if not should_pause:
  st_autorefresh(...)