From 94d0ed3cc73816e345490b45b0ba44b0d058b09f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan?= Date: Wed, 14 May 2025 15:04:35 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20config.toml=20pour=20th=C3=A8me=20light?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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"