Spaces:
Sleeping
Sleeping
Mimi
commited on
Commit
·
76f337b
1
Parent(s):
89d4f0b
Please enter the commit message for your changes. Lines starting
Browse files- .streamlit/config.toml +1 -16
.streamlit/config.toml
CHANGED
@@ -21,23 +21,8 @@ runOnSave = false
|
|
21 |
# If set, the server will only be accessible from this address, and not from
|
22 |
# any aliases (like localhost).
|
23 |
# Default: (unset)
|
24 |
-
address =
|
25 |
port = 7860
|
26 |
-
# connection.
|
27 |
-
# Default: 200
|
28 |
-
maxMessageSize = 200
|
29 |
-
|
30 |
-
# Enables support for websocket compression.
|
31 |
-
# Default: false
|
32 |
-
enableWebsocketCompression = false
|
33 |
-
|
34 |
# Enable serving files from a `static` directory in the running app's
|
35 |
# directory.
|
36 |
# Default: false
|
37 |
-
enableStaticServing =
|
38 |
-
|
39 |
-
# TTL in seconds for sessions whose websockets have been disconnected. The server
|
40 |
-
# may choose to clean up session state, uploaded files, etc for a given session
|
41 |
-
# with no active websocket connection at any point after this time has passed.
|
42 |
-
# Default: 120
|
43 |
-
disconnectedSessionTTL = 120
|
|
|
21 |
# If set, the server will only be accessible from this address, and not from
|
22 |
# any aliases (like localhost).
|
23 |
# Default: (unset)
|
|
|
24 |
port = 7860
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
# Enable serving files from a `static` directory in the running app's
|
26 |
# directory.
|
27 |
# Default: false
|
28 |
+
enableStaticServing = True
|
|
|
|
|
|
|
|
|
|
|
|