Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ st.markdown("""
|
|
24 |
h1 {
|
25 |
color: #002b45;
|
26 |
font-family: 'Segoe UI', sans-serif;
|
27 |
-
font-size:
|
28 |
}
|
29 |
.stTextInput > div > div > input,
|
30 |
.stTextArea textarea {
|
@@ -50,7 +50,7 @@ st.markdown("""
|
|
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;"
|
54 |
</div>
|
55 |
""", unsafe_allow_html=True)
|
56 |
|
|
|
24 |
h1 {
|
25 |
color: #002b45;
|
26 |
font-family: 'Segoe UI', sans-serif;
|
27 |
+
font-size: 21px;
|
28 |
}
|
29 |
.stTextInput > div > div > input,
|
30 |
.stTextArea textarea {
|
|
|
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 |
|