michaelpiro1 commited on
Commit
c93c671
·
verified ·
1 Parent(s): bdaaf5b

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +6 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor = "#1E90FF"
3
+ backgroundColor = "#0e1117"
4
+ secondaryBackgroundColor = "#262730"
5
+ textColor = "#ffffff"
6
+ font = "sans serif"