AdhyaSuman commited on
Commit
be3eba0
·
verified ·
1 Parent(s): 3ff89ee

Create .streamlit/config.toml

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