Dmitry Beresnev commited on
Commit
e66b0a6
·
1 Parent(s): 02f7073

add stramlit conf

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +23 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ port = 7860
4
+ address = "0.0.0.0"
5
+ enableCORS = false
6
+ enableXsrfProtection = false
7
+ maxUploadSize = 10
8
+ maxMessageSize = 200
9
+
10
+ [browser]
11
+ gatherUsageStats = false
12
+
13
+ [theme]
14
+ primaryColor = "#4F8BF9"
15
+ backgroundColor = "#FFFFFF"
16
+ secondaryBackgroundColor = "#F0F2F6"
17
+ textColor = "#262730"
18
+
19
+ [runner]
20
+ magicEnabled = false
21
+
22
+ [fileWatcher]
23
+ enabled = false