Update .streamlit/config.toml
Browse files- .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"
|