drguilhermeapolinario commited on
Commit
7da7bbf
1 Parent(s): fb52a7a

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +38 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor="#F63366"
3
+ backgroundColor="#FFFFFF"
4
+ secondaryBackgroundColor="#F0F2F6"
5
+ textColor="#262730"
6
+ font="sans serif"
7
+
8
+ [server]
9
+ enableXsrfProtection=true
10
+ enableCORS=false
11
+
12
+ [browser]
13
+ gatherUsageStats = false
14
+
15
+ [client]
16
+ toolbarMode = "minimal"
17
+
18
+ [global]
19
+ disableWatchdogWarning = false
20
+ showWarningOnDirectExecution = true
21
+
22
+ [runner]
23
+ fastReruns = true
24
+
25
+ [logger]
26
+ level = "info"
27
+
28
+ [theme]
29
+ base="light"
30
+
31
+ [ui]
32
+ hideTopBar = false
33
+
34
+ [layout]
35
+ defaultPadding = "0rem 1rem"
36
+
37
+ [page]
38
+ layout = "wide"