ClementDeCeukeleire commited on
Commit
85698ed
Β·
verified Β·
1 Parent(s): dbe247c

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +18 -0
src/streamlit_app.py CHANGED
@@ -56,6 +56,24 @@ st.sidebar.caption("ESCP β€” Applied Data Science Workshop")
56
  # ── Main title ────────────────────────────────────────────────
57
  st.title("πŸ“ˆ Portfolio Monitoring Dashboard")
58
  st.caption("Real-time portfolio performance, risk alerts & AI-powered news sentiment")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  st.divider()
60
 
61
  # ── Demo mode if no CSV ───────────────────────────────────────
 
56
  # ── Main title ────────────────────────────────────────────────
57
  st.title("πŸ“ˆ Portfolio Monitoring Dashboard")
58
  st.caption("Real-time portfolio performance, risk alerts & AI-powered news sentiment")
59
+
60
+ st.markdown("""
61
+ <div style="
62
+ background-color: #1A3C6E;
63
+ padding: 10px 20px;
64
+ border-radius: 8px;
65
+ margin-bottom: 10px;
66
+ ">
67
+ <p style="color: white; font-size: 13px; margin: 0; text-align: center;">
68
+ πŸ‘₯ <b>Group Project</b> β€”
69
+ ClΓ©ment De Ceukeleire Β· Laure Dumont Β· MatΓ©o FranΓ§ois Β· Romain Prudhon
70
+ </p>
71
+ <p style="color: #A9CCE3; font-size: 12px; margin: 4px 0 0 0; text-align: center;">
72
+ ESCP Business School β€” Applied Data Science Workshop
73
+ </p>
74
+ </div>
75
+ """, unsafe_allow_html=True)
76
+
77
  st.divider()
78
 
79
  # ── Demo mode if no CSV ───────────────────────────────────────