How to monitor the filesystem and have streamlit updated when some files are modified?

I’m also curious about local file system monitoring. Long story short I basically want to run a script from Streamlit that writes a bunch of .json files to a local folder, then reflects the state of that folder in the UI.

2 Likes