milwright commited on
Commit
8e9025c
·
1 Parent(s): 0bd498e

Add Streamlit config to disable static file serving

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +1 -15
.streamlit/config.toml CHANGED
@@ -1,16 +1,2 @@
1
- [logger]
2
- level = "error" # Only show error level logs
3
-
4
  [server]
5
- enableStaticServing = true
6
- enableCORS = false
7
- enableXsrfProtection = false
8
- headless = true
9
- runOnSave = true
10
-
11
- [theme]
12
- primaryColor = "#ff4500" # Reddit orange
13
- backgroundColor = "#ffffff"
14
- secondaryBackgroundColor = "#f5f5f5"
15
- textColor = "#262730"
16
- font = "sans serif"
 
 
 
 
1
  [server]
2
+ enableStaticServing = false