Spaces:
Runtime error
Runtime error
small change
Browse files- .streamlit/config.toml +1 -1
.streamlit/config.toml
CHANGED
|
@@ -7,7 +7,7 @@ textColor="#262730"
|
|
| 7 |
font="sans serif"
|
| 8 |
|
| 9 |
[client]
|
| 10 |
-
# Controls whether uncaught app exceptions are displayed in the browser. By default, this is set to True and Streamlit displays app exceptions and associated tracebacks in the browser.
|
| 11 |
# If set to False, an exception will result in a generic message being shown in the browser, and exceptions and tracebacks will be printed to the console only.
|
| 12 |
# Default: true
|
| 13 |
showErrorDetails = false
|
|
|
|
| 7 |
font="sans serif"
|
| 8 |
|
| 9 |
[client]
|
| 10 |
+
# Controls whether uncaught st-app exceptions are displayed in the browser. By default, this is set to True and Streamlit displays st-app exceptions and associated tracebacks in the browser.
|
| 11 |
# If set to False, an exception will result in a generic message being shown in the browser, and exceptions and tracebacks will be printed to the console only.
|
| 12 |
# Default: true
|
| 13 |
showErrorDetails = false
|