diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..cc51a74 --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,3 @@ +[server] +runOnSave = true +fileWatcherType = "poll"