LinkLinkWu commited on
Commit
d02c74b
·
verified ·
1 Parent(s): dda6619

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -46,14 +46,14 @@ st.markdown("""
46
  </style>
47
  """, unsafe_allow_html=True)
48
 
49
- # ----------- Header Section with Icon and Title in One Line -----------
50
  st.markdown("""
51
- <div style="display: flex; align-items: center; gap: 14px; margin-bottom: 1.5rem;">
52
- <img src="/mnt/data/e8fea233-2331-4389-8f6d-6f33f097d6ed.png" width="42" height="42">
53
  <h1 style="margin: 0;">📊 EquiPulse: Real-Time Stock News Sentiment</h1>
54
  </div>
55
  """, unsafe_allow_html=True)
56
 
 
57
  # ----------- Clean Description Section -----------
58
  st.markdown("""
59
  <div style='font-size:16px; line-height:1.6; color: #333333;'>
 
46
  </style>
47
  """, unsafe_allow_html=True)
48
 
49
+ # ----------- Header Section with Title Only -----------
50
  st.markdown("""
51
+ <div style="margin-bottom: 1.5rem;">
 
52
  <h1 style="margin: 0;">📊 EquiPulse: Real-Time Stock News Sentiment</h1>
53
  </div>
54
  """, unsafe_allow_html=True)
55
 
56
+
57
  # ----------- Clean Description Section -----------
58
  st.markdown("""
59
  <div style='font-size:16px; line-height:1.6; color: #333333;'>