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"