Imane Momayiz
commited on
Commit
·
d3f6711
1
Parent(s):
4a87435
update
Browse files- .streamlit/config.toml +33 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 = 8501
|
| 29 |
+
|
| 30 |
+
# .streamlit/config.toml
|
| 31 |
+
[ui]
|
| 32 |
+
|
| 33 |
+
hideTopBar = true
|