Spaces:
Runtime error
Runtime error
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +8 -0
.streamlit/config.toml
CHANGED
@@ -4,3 +4,11 @@ backgroundColor="#d29213"
|
|
4 |
secondaryBackgroundColor="#b7b791"
|
5 |
textColor="#604747"
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
secondaryBackgroundColor="#b7b791"
|
5 |
textColor="#604747"
|
6 |
|
7 |
+
[server]
|
8 |
+
enableCORS = false
|
9 |
+
headless = true
|
10 |
+
|
11 |
+
[browser]
|
12 |
+
serverAddress = "0.0.0.0"
|
13 |
+
gatherUsageStats = false
|
14 |
+
serverPort = 9000
|