Marek4321 commited on
Commit
97ef5e9
·
verified ·
1 Parent(s): 1b94f6c

Create .streamlit/config.toml

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