Commit
·
33d4f7f
1
Parent(s):
71d118c
specified address
Browse files- .streamlit/config.toml +2 -1
.streamlit/config.toml
CHANGED
@@ -4,4 +4,5 @@ gatherUsageStats = false
|
|
4 |
enableWebsocketCompression = false
|
5 |
enableXsrfProtection = false
|
6 |
enableCORS = false
|
7 |
-
port = 7860
|
|
|
|
4 |
enableWebsocketCompression = false
|
5 |
enableXsrfProtection = false
|
6 |
enableCORS = false
|
7 |
+
port = 7860
|
8 |
+
address = "0.0.0.0"
|