From a151991e73dfe70a32be66a01de3840dcf4bd9ff Mon Sep 17 00:00:00 2001 From: Mahfoozalam1516 <98471514+Mahfoozalam1516@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:36:37 +0530 Subject: [PATCH] Create config.toml --- .streamlit/config.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .streamlit/config.toml diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..5dacdd2 --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,12 @@ +[theme] +primaryColor = "#F63366" +backgroundColor = "#FFFFFF" +secondaryBackgroundColor = "#F0F2F6" +textColor = "#262730" +font = "sans serif" + +[server] +maxUploadSize = 200 + +[browser] +gatherUsageStats = false \ No newline at end of file