We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cece29 commit 218a560Copy full SHA for 218a560
.streamlit/config.toml
@@ -2,10 +2,13 @@
2
developmentMode = false
3
4
[server]
5
+maxUploadSize = 200 #MB
6
port = 8501 # should be same as configured in deployment repo
7
8
[theme]
9
+# The preset Streamlit theme that your custom theme inherits from. One of "light" or "dark".
10
base = "light"
11
+
12
# Primary accent color for interactive elements.
13
primaryColor = "#29379b"
14
0 commit comments