From 0d69fbc0aab16de2a2b0f420274d2470a7a76afe Mon Sep 17 00:00:00 2001 From: beingkk Date: Tue, 21 Nov 2023 17:20:33 +0000 Subject: [PATCH] keeping config.toml --- .gitignore | 2 +- .streamlit/config.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .streamlit/config.toml diff --git a/.gitignore b/.gitignore index 6b9d442..a4156f2 100644 --- a/.gitignore +++ b/.gitignore @@ -82,7 +82,7 @@ target/ profile_default/ ipython_config.py -.streamlit/ +.streamlit/secrets.toml # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..32df682 --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,2 @@ +[theme] +base="light"