Update .streamlit/config.toml
Browse files- .streamlit/config.toml +22 -1
.streamlit/config.toml
CHANGED
|
@@ -7,4 +7,25 @@ font="sans serif"
|
|
| 7 |
|
| 8 |
[server]
|
| 9 |
maxUploadSize = 200
|
| 10 |
-
enableXsrfProtection = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
[server]
|
| 9 |
maxUploadSize = 200
|
| 10 |
+
enableXsrfProtection = false
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
[theme]
|
| 14 |
+
|
| 15 |
+
# The preset Streamlit theme that your custom theme inherits from. One of "light" or "dark".
|
| 16 |
+
# base =
|
| 17 |
+
|
| 18 |
+
# Primary accent color for interactive elements.
|
| 19 |
+
# primaryColor = "#F633"
|
| 20 |
+
|
| 21 |
+
# Background color for the main content area.
|
| 22 |
+
backgroundColor = "#FFFFFF"
|
| 23 |
+
|
| 24 |
+
# Background color used for the sidebar and most interactive widgets.
|
| 25 |
+
secondaryBackgroundColor = "#F0F2F6"
|
| 26 |
+
|
| 27 |
+
# Color used for almost all text.
|
| 28 |
+
textColor = "#262730"
|
| 29 |
+
|
| 30 |
+
# Font family for all text in the app, except code blocks. One of "sans serif", "serif", or "monospace".
|
| 31 |
+
font = "sans serif"
|