docs: 프로젝트 분석 및 신규 기능 정리 문서 추가, app.py 반영

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
shawnkim1997
2026-02-17 11:46:10 +00:00
co-authored by Cursor
parent e4332e9b53
commit 9982cf8e2d
2 changed files with 181 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@ All-in-One Financial Analysis Dashboard — Hybrid Architecture
- Tab 3: Industry Comps (yfinance multiples: Forward P/E, EV/EBITDA, P/B).
- Cost-effective: Gemini only for text; all numbers from yfinance.
"""
import os
os.environ["OBJC_DISABLE_INITIALIZE_FORK_SAFETY"] = "YES"
import json
import os