LinkLinkWu commited on
Commit
bdad5ca
·
verified ·
1 Parent(s): 9966141

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,7 +37,7 @@ st.markdown("""
37
  .main-title {
38
  color: #002b45;
39
  font-family: 'Segoe UI', sans-serif;
40
- font-size: 26px;
41
  font-weight: 600;
42
  margin: 0;
43
  }
@@ -64,7 +64,7 @@ st.markdown("""
64
  # ----------- Header Title (One-line, Scrollable if Long) -----------
65
  st.markdown("""
66
  <div class="title-wrapper">
67
- <h1 class="main-title">📊 EquiPulse: Real-Time Stock News Sentiment</h1>
68
  </div>
69
  """, unsafe_allow_html=True)
70
 
 
37
  .main-title {
38
  color: #002b45;
39
  font-family: 'Segoe UI', sans-serif;
40
+ font-size: 21px;
41
  font-weight: 600;
42
  margin: 0;
43
  }
 
64
  # ----------- Header Title (One-line, Scrollable if Long) -----------
65
  st.markdown("""
66
  <div class="title-wrapper">
67
+ <h1 class="main-title">📊 EquiPulse: Stock News Sentiment</h1>
68
  </div>
69
  """, unsafe_allow_html=True)
70