Архипов Дмитрий commited on
Commit
969a7d1
·
1 Parent(s): 2277744
Files changed (1) hide show
  1. .streamlit/config.toml +20 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ base = "light"
3
+ primaryColor = "#1f77b4"
4
+ backgroundColor = "#ffffff"
5
+ secondaryBackgroundColor = "#f0f2f6"
6
+ textColor = "#262730"
7
+ font = "sans serif"
8
+
9
+ [server]
10
+ enableCORS = false
11
+ enableXsrfProtection = true
12
+ maxUploadSize = 200
13
+ headless = true
14
+
15
+ [browser]
16
+ gatherUsageStats = false
17
+
18
+ [runner]
19
+ magicEnabled = false
20
+ fastReruns = true