Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
5bcdf44
1
Parent(s):
eb8b030
gatherUsageStats = false
Browse files- .streamlit/config.toml +28 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[browser]
|
2 |
+
|
3 |
+
# Internet address where users should point their browsers in order to
|
4 |
+
# connect to the app. Can be IP address or DNS name and path.
|
5 |
+
|
6 |
+
# This is used to:
|
7 |
+
# - Set the correct URL for CORS and XSRF protection purposes.
|
8 |
+
# - Show the URL on the terminal
|
9 |
+
# - Open the browser
|
10 |
+
|
11 |
+
# Default: "localhost"
|
12 |
+
serverAddress = "localhost"
|
13 |
+
|
14 |
+
# Whether to send usage statistics to Streamlit.
|
15 |
+
|
16 |
+
# Default: true
|
17 |
+
gatherUsageStats = false
|
18 |
+
|
19 |
+
# Port where users should point their browsers in order to connect to the
|
20 |
+
# app.
|
21 |
+
|
22 |
+
# This is used to:
|
23 |
+
# - Set the correct URL for CORS and XSRF protection purposes.
|
24 |
+
# - Show the URL on the terminal
|
25 |
+
# - Open the browser
|
26 |
+
|
27 |
+
# Default: whatever value is set in server.port.
|
28 |
+
serverPort = 8502
|