techasad commited on
Commit
771ebec
1 Parent(s): b3e2dbb

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +7 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ base="light"
3
+ primaryColor="#c2d4dd"
4
+ backgroundColor="#563f46"
5
+ secondaryBackgroundColor="#4f3222"
6
+ textColor="#ffffff"
7
+ font="sans serif"