From 45fbd0f277e315dc4a91b34eed2a6e3700dc318f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan?= Date: Wed, 14 May 2025 16:00:57 +0200 Subject: [PATCH] Ajout de .streamlit --- .streamlit/config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .streamlit/config.toml diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..52b68e7 --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,11 @@ +[server] +enableXsrfProtection = false +enableCORS = false +enableStaticServing = true + +[client] +showErrorDetails = true +toolbarMode = "minimal" + +[theme] +base = "light"