Update app.py
Browse files
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:
|
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:
|
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 |
|