Ismetdh commited on
Commit
e9b5e8a
·
verified ·
1 Parent(s): a2c3c67

Create .streamlit/config.toml

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