Update .streamlit/config.toml
Browse files- .streamlit/config.toml +2 -5
.streamlit/config.toml
CHANGED
|
@@ -4,12 +4,9 @@ backgroundColor = "#F8FCFF"
|
|
| 4 |
secondaryBackgroundColor = "#E0F7FF"
|
| 5 |
textColor = "#1C1C1C"
|
| 6 |
font = "monospace"
|
| 7 |
-
|
| 8 |
-
|
| 9 |
[server]
|
| 10 |
-
port =
|
| 11 |
-
address = "0.0.0.0"
|
| 12 |
enableCORS = false
|
| 13 |
-
|
| 14 |
|
| 15 |
|
|
|
|
| 4 |
secondaryBackgroundColor = "#E0F7FF"
|
| 5 |
textColor = "#1C1C1C"
|
| 6 |
font = "monospace"
|
|
|
|
|
|
|
| 7 |
[server]
|
| 8 |
+
port = 7860
|
|
|
|
| 9 |
enableCORS = false
|
| 10 |
+
enableXsrfProtection = false
|
| 11 |
|
| 12 |
|