sedemkofi commited on
Commit
ac5e0a9
·
verified ·
1 Parent(s): 631f13a

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +10 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ enableXsrfProtection = false
3
+ enableCORS = false
4
+
5
+ [theme]
6
+ primaryColor = "#FF4B4B"
7
+ backgroundColor = "#FFFFFF"
8
+ secondaryBackgroundColor = "#F0F2F6"
9
+ textColor = "#262730"
10
+ font = "sans serif"