From e87c21552099a685401e8c7493ad323f79022923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aritra=20Ghosh=20=E2=9A=A1?= Date: Mon, 18 Dec 2023 18:31:34 +0530 Subject: [PATCH] Create config.toml --- .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..7a80f08 --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,6 @@ +[theme] +primaryColor="#11111" +backgroundColor="#FFFFFF" +secondaryBackgroundColor="#FOF2F6" +textColor="#111111" +font="monospace"