karl0706 commited on
Commit
0d4412b
·
1 Parent(s): 6029f1f

set background colour

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. .streamlit/config.toml +6 -0
.DS_Store ADDED
Binary file (6.15 kB). View file
 
.streamlit/config.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [theme]
2
+ base="dark"
3
+ primaryColor="#1E90FF"
4
+ backgroundColor="#0E1117"
5
+ secondaryBackgroundColor="#262730"
6
+ textColor="#FFFFFF"