parkkyujin commited on
Commit
819393f
·
verified ·
1 Parent(s): 0821c46

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +17 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [global]
2
+ developmentMode = false
3
+
4
+ [server]
5
+ headless = true
6
+ port = 8501
7
+ enableCORS = false
8
+ enableXsrfProtection = false
9
+
10
+ [browser]
11
+ gatherUsageStats = false
12
+
13
+ [theme]
14
+ primaryColor = "#FF6B6B"
15
+ backgroundColor = "#FFFFFF"
16
+ secondaryBackgroundColor = "#F0F2F6"
17
+ textColor = "#262730"