iBrokeTheCode commited on
Commit
9264cb9
·
1 Parent(s): 0913ad8

fix: Avoid permissions errors in deployment environment

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +2 -2
.streamlit/config.toml CHANGED
@@ -1,2 +1,2 @@
1
- [global]
2
- streamlit_write_a_new_metrics_file_to_disk = false
 
1
+ [general]
2
+ storageFolder = "./.streamlit"