Commit
·
681d5a6
1
Parent(s):
828bfa5
initial push
Browse files- .streamlit/config.toml +16 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor = "#667eea"
|
| 3 |
+
backgroundColor = "#ffffff"
|
| 4 |
+
secondaryBackgroundColor = "#f0f2f6"
|
| 5 |
+
textColor = "#262730"
|
| 6 |
+
font = "sans serif"
|
| 7 |
+
|
| 8 |
+
[client]
|
| 9 |
+
showErrorDetails = true
|
| 10 |
+
|
| 11 |
+
[logger]
|
| 12 |
+
level = "info"
|
| 13 |
+
|
| 14 |
+
[server]
|
| 15 |
+
maxUploadSize = 200
|
| 16 |
+
enableXsrfProtection = true
|