Michael Rey commited on
Commit
728a629
·
1 Parent(s): c311804

Fix: Move and update config.toml for Streamlit permissions

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +5 -4
.streamlit/config.toml CHANGED
@@ -1,7 +1,8 @@
1
- [general]
2
- disableUsageStats = true
3
-
4
  [server]
5
  headless = true
6
  port = 7860
7
- enableCORS = false
 
 
 
 
 
 
 
 
1
  [server]
2
  headless = true
3
  port = 7860
4
+ enableCORS = false
5
+ enableXsrfProtection = false
6
+
7
+ [global]
8
+ disableUsageStats = true