Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +4 -1
.streamlit/config.toml
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
[server]
|
|
|
|
| 2 |
enableCORS = false
|
| 3 |
-
enableXsrfProtection = false
|
|
|
|
|
|
|
|
|
| 1 |
[server]
|
| 2 |
+
headless = true
|
| 3 |
enableCORS = false
|
| 4 |
+
enableXsrfProtection = false
|
| 5 |
+
address = "0.0.0.0"
|
| 6 |
+
port = 8501
|