FREDML / streamlit_app.py

Commit History

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

Edwin Salguero commited on

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

Edwin Salguero commited on

Add diagnostic wrapper to verify Streamlit secrets availability
e0e5e50

Edwin Salguero commited on

Implement Streamlit-native solution: remove dotenv dependency and use st.secrets directly
864919d

Edwin Salguero commited on

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

Edwin Salguero commited on

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

Edwin Salguero commited on

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

Edwin Salguero commited on

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

Edwin Salguero commited on

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

Edwin Salguero commited on

Remove FRED API key debug message from UI and fix Streamlit Cloud deployment
04ccda7

Edwin Salguero commited on

Rewrite streamlit_app.py as a clean, robust Streamlit Cloud entry point
21e47a6

Edwin Salguero commited on

Add FRED API key validation at app startup and improve environment variable loading
378ea47

Edwin Salguero commited on

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

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
50a66f8

Edwin Salguero commited on

Optimize Streamlit app performance with lazy imports and loading indicators
712bf79

Edwin Salguero commited on

Fix Streamlit Cloud deployment issues and deprecated pandas warnings
c8344df

Edwin Salguero commited on

Prepare for Streamlit Cloud deployment - Add deployment files, fix clustering chart error, update requirements
6ce20d9

Edwin Salguero commited on