Remove error messages from Downloads section - replace with info messages
df6e443
Edwin Salguerocommited on
Enhanced FRED ML with improved Reports & Insights page, fixed alignment analysis, and comprehensive analytics improvements
2469150
Edwin Salguerocommited on
Fix analytics loading and config imports - restore advanced features
8024c76
Edwin Salguerocommited on
Add version 2.0.1 indicator to force Streamlit Cloud update
c0b48d9
Edwin Salguerocommited on
Trigger Streamlit Cloud redeploy with latest updates
b4c9946
Edwin Salguerocommited on
CRITICAL FIX: Stop load_fred_client() from clobbering FRED_API_AVAILABLE flag set in load_config()
1b7a8ef
Edwin Salguerocommited on
Final consolidation: replace load_config() with clean, consolidated version that properly sets both REAL_DATA_MODE and FRED_API_AVAILABLE
c2c9316
Edwin Salguerocommited on
Fix FRED_API_AVAILABLE wiring: set to True when valid key is detected and restore production streamlit_app.py
8d5bb7d
Edwin Salguerocommited on
Implement Streamlit-native solution: remove dotenv dependency and use st.secrets directly
864919d
Edwin Salguerocommited on
Wire up FRED_API_AVAILABLE to flip to True when valid key is detected in load_config()
82f45f2
Edwin Salguerocommited on
Add comprehensive debug logging to track FRED API key loading and propagation
b2fb4a4
Edwin Salguerocommited on
Fix FRED API key propagation - make key loading dynamic instead of static at module import time
81fb9e2
Edwin Salguerocommited on
Add error handling and debug logging for AWS client initialization to prevent UnboundLocalError
081f523
Edwin Salguerocommited on
Fix s3_client initialization in main() function - move AWS client initialization outside conditional block
22dd4c3
Edwin Salguerocommited on
Remove pre-flight FRED API key check - rely on REAL_DATA_MODE after load_config()
6b72109
Edwin Salguerocommited on
Remove FRED API key debug message from UI and fix Streamlit Cloud deployment
04ccda7
Edwin Salguerocommited on
Add FRED API key validation at app startup and improve environment variable loading
378ea47
Edwin Salguerocommited on
Merge remote changes and resolve conflicts - Fixed frequency error (ME -> M) - Updated analytics availability checks - Resolved merge conflicts keeping local improvements
b204d55
Edwin Salguerocommited 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
f63ddad
Edwin Salguerocommited on
Remove all demo data and update project to use only real FRED API data
94e5687
Edwin Salguerocommited on
Optimize Streamlit app performance with lazy imports and loading indicators
712bf79
Edwin Salguerocommited on
Fix Streamlit Cloud deployment issues and deprecated pandas warnings