Upload .streamlit/config.toml
Browse files- .streamlit/config.toml +8 -0
.streamlit/config.toml
CHANGED
|
@@ -5,3 +5,11 @@ secondaryBackgroundColor = "#161618"
|
|
| 5 |
textColor = "#d0d0d0"
|
| 6 |
primaryColor = "#b8956a"
|
| 7 |
font = "sans serif"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
textColor = "#d0d0d0"
|
| 6 |
primaryColor = "#b8956a"
|
| 7 |
font = "sans serif"
|
| 8 |
+
|
| 9 |
+
[server]
|
| 10 |
+
port = 8501
|
| 11 |
+
enableCORS = false
|
| 12 |
+
enableXsrfProtection = false
|
| 13 |
+
|
| 14 |
+
[browser]
|
| 15 |
+
gatherUsageStats = false
|