Dmitry Beresnev commited on
Commit
d38214d
·
1 Parent(s): 12176df

fix dashboard

Browse files
Files changed (1) hide show
  1. app/pages/05_Dashboard.py +2 -2
app/pages/05_Dashboard.py CHANGED
@@ -45,8 +45,8 @@ if 'news_monitor' not in st.session_state:
45
  monitor = st.session_state.news_monitor
46
 
47
  # ---- Header ----
48
- st.markdown("# 📰 Live Financial News Monitor")
49
- st.markdown("### Real-time macro, markets & geopolitical intelligence for professional traders")
50
 
51
  st.markdown("---")
52
 
 
45
  monitor = st.session_state.news_monitor
46
 
47
  # ---- Header ----
48
+ st.markdown("# 🤖 Live Financial News & AI Dashboard")
49
+ st.markdown("AI-powered market insights with sentiment analysis and trading recommendations. Real-time macro, markets & geopolitical intelligence")
50
 
51
  st.markdown("---")
52