Update .streamlit/config.toml
Browse files- .streamlit/config.toml +2 -13
.streamlit/config.toml
CHANGED
@@ -2,21 +2,10 @@
|
|
2 |
server
|
3 |
]
|
4 |
port = 7860
|
5 |
-
address = "0.0.0.0"
|
6 |
-
headless = true
|
7 |
-
enableXsrfProtection = false
|
8 |
enableCORS = true
|
|
|
9 |
|
10 |
[
|
11 |
browser
|
12 |
]
|
13 |
-
|
14 |
-
serverPort = 7860
|
15 |
-
|
16 |
-
[
|
17 |
-
theme
|
18 |
-
]
|
19 |
-
primaryColor = "#0066cc"
|
20 |
-
backgroundColor = "#f0f2f5"
|
21 |
-
secondaryBackgroundColor = "#ffffff"
|
22 |
-
textColor = "#1a1a1a"
|
|
|
2 |
server
|
3 |
]
|
4 |
port = 7860
|
|
|
|
|
|
|
5 |
enableCORS = true
|
6 |
+
enableXsrfProtection = false
|
7 |
|
8 |
[
|
9 |
browser
|
10 |
]
|
11 |
+
serverPort = 7860
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|