FREDML / frontend /app.py

Commit History

Enhanced FRED ML with improved Reports & Insights page, fixed alignment analysis, and comprehensive analytics improvements
2122497

Edwin Salguero commited on

Fix analytics loading and config imports - restore advanced features
23d2386

Edwin Salguero commited on

Add version 2.0.1 indicator to force Streamlit Cloud update
fe058df

Edwin Salguero commited on

Trigger Streamlit Cloud redeploy with latest updates
080b085

Edwin Salguero commited on

CRITICAL FIX: Stop load_fred_client() from clobbering FRED_API_AVAILABLE flag set in load_config()
9fe9bc9

Edwin Salguero commited on

Final consolidation: replace load_config() with clean, consolidated version that properly sets both REAL_DATA_MODE and FRED_API_AVAILABLE
c9b09ac

Edwin Salguero commited on

Fix FRED_API_AVAILABLE wiring: set to True when valid key is detected and restore production streamlit_app.py
4d3cf11

Edwin Salguero commited on

Implement Streamlit-native solution: remove dotenv dependency and use st.secrets directly
5f2391c

Edwin Salguero commited on

Wire up FRED_API_AVAILABLE to flip to True when valid key is detected in load_config()
77a1fbc

Edwin Salguero commited on

Add comprehensive debug logging to track FRED API key loading and propagation
816b9e2

Edwin Salguero commited on

Fix FRED API key propagation - make key loading dynamic instead of static at module import time
c394b2b

Edwin Salguero commited on

Add error handling and debug logging for AWS client initialization to prevent UnboundLocalError
f549e9a

Edwin Salguero commited on

Fix s3_client initialization in main() function - move AWS client initialization outside conditional block
5256208

Edwin Salguero commited on

Remove pre-flight FRED API key check - rely on REAL_DATA_MODE after load_config()
35c529d

Edwin Salguero commited on

Remove FRED API key debug message from UI and fix Streamlit Cloud deployment
7b124c5

Edwin Salguero commited on

Add FRED API key validation at app startup and improve environment variable loading
769fa9a

Edwin Salguero commited on

Fix frequency error and analytics availability issues - Fixed Invalid frequency: ME error by changing freq='ME' to freq='M' - Updated analytics availability check to verify modules directly - Improved error handling for real FRED data processing - Enhanced configuration page to show accurate analytics status
889ac70

Edwin Salguero commited on

Remove all demo data and update project to use only real FRED API data
c1c9d22

Edwin Salguero commited on

Optimize Streamlit app performance with lazy imports and loading indicators
86a8a45

Edwin Salguero commited on

Fix Streamlit Cloud deployment issues and deprecated pandas warnings
a573470

Edwin Salguero commited on

Prepare for Streamlit Cloud deployment - Add deployment files, fix clustering chart error, update requirements
83353c3

Edwin Salguero commited on

feat: Integrate advanced analytics and enterprise UI
947512d

Edwin Salguero commited on

feat: Complete project cleanup and professional structure
25a6fd4

Edwin Salguero commited on