Andy Lau commited on
Commit
451701c
1 Parent(s): 95dd922

added custom theme

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +9 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ base="dark"
3
+ #primaryColor="#a40303"
4
+ #backgroundColor="#FFF"
5
+ #textColor="#ffffff"
6
+ #secondaryBackgroundColor="#126072"
7
+
8
+ [browser]
9
+ gatherUsageStats = false