Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,12 +64,12 @@ st.markdown("""
|
|
64 |
<style>
|
65 |
.centered-title {
|
66 |
text-align: center;
|
67 |
-
font-size:
|
68 |
font-weight: 800;
|
69 |
font-family: 'Segoe UI', sans-serif;
|
70 |
color: #002b45;
|
71 |
margin-top: 20px;
|
72 |
-
margin-bottom:
|
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>
|