enotkrutoy commited on
Commit
eb21cf2
1 Parent(s): e97f41b

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +11 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ port = 8501
4
+ enableCORS = false
5
+
6
+ [theme]
7
+ primaryColor = "#1f77b4"
8
+ backgroundColor = "#ffffff"
9
+ secondaryBackgroundColor = "#f0f2f6"
10
+ textColor = "#262730"
11
+ font = "sans serif"