Skip to content

Commit 218a560

Browse files
author
Achal
committed
fix: resolve merge conflict in config.toml while preserving theme settings
1 parent 3cece29 commit 218a560

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.streamlit/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
developmentMode = false
33

44
[server]
5+
maxUploadSize = 200 #MB
56
port = 8501 # should be same as configured in deployment repo
67

78
[theme]
9+
# The preset Streamlit theme that your custom theme inherits from. One of "light" or "dark".
810
base = "light"
11+
912
# Primary accent color for interactive elements.
1013
primaryColor = "#29379b"
1114

0 commit comments

Comments
 (0)