chillguyyyyyyyyyyer commited on
Commit
384bdd0
·
verified ·
1 Parent(s): 1e8f8b4

Create streamlit/config.toml

Browse files
Files changed (1) hide show
  1. streamlit/config.toml +15 -0
streamlit/config.toml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ port = 8501
4
+ enableCORS = false
5
+ enableXsrfProtection = false
6
+
7
+ [theme]
8
+ primaryColor = "#4CAF50"
9
+ backgroundColor = "#1E1E1E"
10
+ secondaryBackgroundColor = "#2D2D2D"
11
+ textColor = "#FFFFFF"
12
+ font = "sans serif"
13
+
14
+ [client]
15
+ showErrorDetails = false