add config.toml

This commit is contained in:
2025-07-22 17:30:45 +02:00
parent 727394ba18
commit f473b28b1d
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# https://docs.streamlit.io/develop/api-reference/configuration/config.toml#client
[logger]
level = "info"
[client]
showErrorDetails = "none"
toolbarMode = "viewer"