From 6545b035e3cfa294716e00655d3dcb014334cb12 Mon Sep 17 00:00:00 2001 From: iontalp Date: Sun, 9 Aug 2026 05:52:08 +0200 Subject: [PATCH] test --- .streamlit/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .streamlit/config.toml diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..706635f --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,6 @@ +[theme] +base="dark" +primaryColor="#7952b3" +backgroundColor="#0e1117" +secondaryBackgroundColor="#262730" +textColor="#ffffff" \ No newline at end of file