kmcgrady / streamlit-autorefresh

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

Can we pause the refresh temporarily? #17

Open kanalive opened 5 months ago

kanalive commented 5 months ago

Can we pause the refresh temporarily?

kmcgrady commented 5 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(...)