From 23675b39b8055a8568cdcf71f66482b9d0cf90a9 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sat, 28 Mar 2026 23:01:14 -0700 Subject: Initial commit — Prism financial analysis dashboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Streamlit app with market bar, price chart, financial statements, DCF valuation engine, comparable companies, and news feed. Co-Authored-By: Claude Sonnet 4.6 --- .streamlit/config.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .streamlit/config.toml (limited to '.streamlit/config.toml') 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 -- cgit v1.3-2-g0d8e