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"