talltree commited on
Commit
09fa53c
1 Parent(s): 7a5f48a

Upload config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +16 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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