diff options
Diffstat (limited to '.streamlit')
| -rw-r--r-- | .streamlit/config.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..e3fbcf9 --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,13 @@ +[theme] +base = "dark" +primaryColor = "#4F8EF7" +backgroundColor = "#0E1117" +secondaryBackgroundColor = "#161C27" +textColor = "#FAFAFA" +font = "sans serif" + +[server] +headless = false + +[browser] +gatherUsageStats = false |
