aephiday commited on
Commit
7b5d66b
·
verified ·
1 Parent(s): abc0d12

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +14 -0
.streamlit/config.toml CHANGED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ port = 7860
4
+ enableCORS = false
5
+ enableXsrfProtection = false
6
+
7
+ [browser]
8
+ gatherUsageStats = false
9
+
10
+ [theme]
11
+ primaryColor = "#2196F3"
12
+ backgroundColor = "#FFFFFF"
13
+ secondaryBackgroundColor = "#F0F2F6"
14
+ textColor = "#262730"