yrobel-lima commited on
Commit
63fd5b9
1 Parent(s): e921012

Upload config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +17 -16
.streamlit/config.toml CHANGED
@@ -1,16 +1,17 @@
1
- [ui]
2
- hideTopBar = true
3
-
4
- [theme]
5
- primaryColor="#1b2e2c"
6
- backgroundColor="#FFFFFF"
7
- secondaryBackgroundColor="#F0F2F6"
8
- textColor="#262730"
9
- font="sans serif"
10
- base="light"
11
-
12
- [client]
13
- toolbarMode = "minimal"
14
-
15
- [browser]
16
- gatherUsageStats = false
 
 
1
+ [ui]
2
+ hideTopBar = true
3
+
4
+ [theme]
5
+ base = "dark"
6
+ primaryColor = "#1b2e2c"
7
+ backgroundColor = "#FFFFFF"
8
+ secondaryBackgroundColor = "#F0F2F6"
9
+ textColor = "#262730"
10
+ font = "sans serif"
11
+
12
+
13
+ [client]
14
+ toolbarMode = "minimal"
15
+
16
+ [browser]
17
+ gatherUsageStats = false