Spaces:
Sleeping
Sleeping
Create .streamlit/config.toml
Browse files- src/.streamlit/config.toml +13 -0
src/.streamlit/config.toml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
headless = true
|
| 3 |
+
address = "0.0.0.0"
|
| 4 |
+
port = 8501
|
| 5 |
+
enableCORS = false
|
| 6 |
+
enableXsrfProtection = false
|
| 7 |
+
|
| 8 |
+
[browser]
|
| 9 |
+
gatherUsageStats = false
|
| 10 |
+
serverAddress = "0.0.0.0"
|
| 11 |
+
|
| 12 |
+
[theme]
|
| 13 |
+
base = "light"
|