catastropiyush commited on
Commit
630b94b
·
verified ·
1 Parent(s): b924367

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
+ enableCORS = false
3
+ enableXsrfProtection = false
4
+
5
+ [theme]
6
+ primaryColor = "#F63366"
7
+ backgroundColor = "#FFFFFF"
8
+ secondaryBackgroundColor = "#F0F2F6"
9
+ textColor = "#262730"
10
+ font = "sans serif"