LinkLinkWu commited on
Commit
96fabff
·
verified ·
1 Parent(s): 4f4cea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,12 +64,12 @@ st.markdown("""
64
  <style>
65
  .centered-title {
66
  text-align: center;
67
- font-size: 40px;
68
  font-weight: 800;
69
  font-family: 'Segoe UI', sans-serif;
70
  color: #002b45;
71
  margin-top: 20px;
72
- margin-bottom: 30px;
73
  }
74
  </style>
75
  <div class="centered-title">📊 EquiPulse: Stock Sentiment Tracker</div>
 
64
  <style>
65
  .centered-title {
66
  text-align: center;
67
+ font-size: 36px;
68
  font-weight: 800;
69
  font-family: 'Segoe UI', sans-serif;
70
  color: #002b45;
71
  margin-top: 20px;
72
+ margin-bottom: 20px;
73
  }
74
  </style>
75
  <div class="centered-title">📊 EquiPulse: Stock Sentiment Tracker</div>