Spaces:
Running
Running
Add Streamlit config to disable static file serving
Browse files- .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 =
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|