diff options
| author | Tyler <tyler@tylerhoang.xyz> | 2026-03-28 23:01:14 -0700 |
|---|---|---|
| committer | Tyler <tyler@tylerhoang.xyz> | 2026-03-28 23:01:14 -0700 |
| commit | 23675b39b8055a8568cdcf71f66482b9d0cf90a9 (patch) | |
| tree | 14e42cf710b47072e904b1c21d7322352ae1823c /.streamlit | |
Initial commit — Prism financial analysis dashboard
Streamlit app with market bar, price chart, financial statements,
DCF valuation engine, comparable companies, and news feed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 |
