adamelliotfields
commited on
Update config
Browse files- .streamlit/config.toml +4 -4
.streamlit/config.toml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
[logger]
|
2 |
# Level of logging: 'error', 'warning', 'info', or 'debug'.
|
3 |
# Default: 'info'
|
4 |
-
level = "
|
5 |
|
6 |
[client]
|
7 |
# Controls whether uncaught app exceptions and deprecation warnings are displayed in the browser.
|
@@ -11,7 +11,7 @@ level = "warning"
|
|
11 |
# with a generic error message. For now, the exception type and traceback show in the browser also,
|
12 |
# but they will be removed in the future.
|
13 |
# Default: true
|
14 |
-
showErrorDetails =
|
15 |
|
16 |
# Change the visibility of items in the toolbar, options menu, and settings dialog (top right of
|
17 |
# the app). Allowed values:
|
@@ -20,7 +20,7 @@ showErrorDetails = true
|
|
20 |
# * "viewer" : Hide the developer options.
|
21 |
# * "minimal" : Show only options set externally (e.g. through Streamlit Community Cloud) or through st.set_page_config. If there are no options left, hide the menu.
|
22 |
# Default: "auto"
|
23 |
-
toolbarMode = "
|
24 |
|
25 |
[runner]
|
26 |
# Allows you to type a variable or string by itself in a single line of Python code to write it to the app.
|
@@ -40,7 +40,7 @@ enforceSerializableSessionState = true
|
|
40 |
# * "poll" : Force Streamlit to always use polling.
|
41 |
# * "none" : Streamlit will not watch files.
|
42 |
# Default: "auto"
|
43 |
-
fileWatcherType = "
|
44 |
|
45 |
# If false, will attempt to open a browser window on start.
|
46 |
# Default: false unless (1) we are on a Linux box where DISPLAY is unset, or (2) we are running in the Streamlit Atom plugin.
|
|
|
1 |
[logger]
|
2 |
# Level of logging: 'error', 'warning', 'info', or 'debug'.
|
3 |
# Default: 'info'
|
4 |
+
level = "info"
|
5 |
|
6 |
[client]
|
7 |
# Controls whether uncaught app exceptions and deprecation warnings are displayed in the browser.
|
|
|
11 |
# with a generic error message. For now, the exception type and traceback show in the browser also,
|
12 |
# but they will be removed in the future.
|
13 |
# Default: true
|
14 |
+
showErrorDetails = false
|
15 |
|
16 |
# Change the visibility of items in the toolbar, options menu, and settings dialog (top right of
|
17 |
# the app). Allowed values:
|
|
|
20 |
# * "viewer" : Hide the developer options.
|
21 |
# * "minimal" : Show only options set externally (e.g. through Streamlit Community Cloud) or through st.set_page_config. If there are no options left, hide the menu.
|
22 |
# Default: "auto"
|
23 |
+
toolbarMode = "viewer"
|
24 |
|
25 |
[runner]
|
26 |
# Allows you to type a variable or string by itself in a single line of Python code to write it to the app.
|
|
|
40 |
# * "poll" : Force Streamlit to always use polling.
|
41 |
# * "none" : Streamlit will not watch files.
|
42 |
# Default: "auto"
|
43 |
+
fileWatcherType = "auto"
|
44 |
|
45 |
# If false, will attempt to open a browser window on start.
|
46 |
# Default: false unless (1) we are on a Linux box where DISPLAY is unset, or (2) we are running in the Streamlit Atom plugin.
|