FREDML / streamlit_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 FRED_API_AVAILABLE wiring: set to True when valid key is detected and restore production streamlit_app.py
4d3cf11

Edwin Salguero commited on

Add diagnostic wrapper to verify Streamlit secrets availability
abfe5cd

Edwin Salguero commited on

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

Edwin Salguero commited on

Fix execution order: set FRED_API_KEY environment variable BEFORE importing streamlit and frontend app
a30ca5e

Edwin Salguero commited on

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

Edwin Salguero commited on

Fix st.secrets assignment error - remove read-only assignment and only set os.environ
4c7b800

Edwin Salguero commited on

Fix FRED API key propagation - ensure key is available in both os.environ and st.secrets for the real app
35700e5

Edwin Salguero commited on

Add diagnostic version of streamlit_app.py to isolate FRED API key issues in Streamlit Cloud
4effd33

Edwin Salguero commited on

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

Edwin Salguero commited on

Rewrite streamlit_app.py as a clean, robust Streamlit Cloud entry point
44508a2

Edwin Salguero commited on

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

Edwin Salguero commited on

Fix streamlit_app.py to properly use imported main() function instead of always overriding with fallback
4b6ee6a

Edwin Salguero commited on

Fix Streamlit Cloud deployment import issue - Added robust import handling with fallbacks - Added current directory to Python path - Added error handling for import failures - Improved debugging output for deployment troubleshooting
628d666

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