Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +2 -9
.streamlit/config.toml
CHANGED
|
@@ -6,12 +6,5 @@ enableCORS = false
|
|
| 6 |
enableXsrfProtection = false
|
| 7 |
|
| 8 |
[browser]
|
| 9 |
-
serverAddress = "
|
| 10 |
-
gatherUsageStats = false
|
| 11 |
-
|
| 12 |
-
[theme]
|
| 13 |
-
primaryColor = "#FF4B4B"
|
| 14 |
-
backgroundColor = "#FFFFFF"
|
| 15 |
-
secondaryBackgroundColor = "#F0F2F6"
|
| 16 |
-
textColor = "#262730"
|
| 17 |
-
font = "sans serif"
|
|
|
|
| 6 |
enableXsrfProtection = false
|
| 7 |
|
| 8 |
[browser]
|
| 9 |
+
serverAddress = "0.0.0.0"
|
| 10 |
+
gatherUsageStats = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|