AI-RESEARCHER-2024 commited on
Commit
aeb6812
·
verified ·
1 Parent(s): 0e60706

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +10 -4
.streamlit/config.toml CHANGED
@@ -1,4 +1,10 @@
1
- [server]
2
- enableCORS = false
3
- enableXsrfProtection = false
4
- maxUploadSize = 200
 
 
 
 
 
 
 
1
+ [theme]
2
+ base = "light"
3
+ primaryColor = "#1a1a1a"
4
+ backgroundColor = "#ffffff"
5
+ secondaryBackgroundColor = "#f7f7f7"
6
+ textColor = "#1a1a1a"
7
+ font = "sans serif"
8
+
9
+ [server]
10
+ headless = true