Ajout config.toml pour thème light

This commit is contained in:
Stéphan Peccini 2025-05-14 15:04:35 +02:00
parent fd5a1b0c52
commit 94d0ed3cc7

11
.streamlit/config.toml Normal file
View File

@ -0,0 +1,11 @@
[server]
enableXsrfProtection = false
enableCORS = false
enableStaticServing = true
[client]
showErrorDetails = true
toolbarMode = "minimal"
[theme]
base = "light"