Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,14 +46,14 @@ st.markdown("""
|
|
46 |
</style>
|
47 |
""", unsafe_allow_html=True)
|
48 |
|
49 |
-
# ----------- Header Section with
|
50 |
st.markdown("""
|
51 |
-
<div style="
|
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;'>
|