Spaces:
Sleeping
Sleeping
FIX : the messaging
Browse files- clients.py +1 -1
clients.py
CHANGED
@@ -441,7 +441,7 @@ def display_analytics():
|
|
441 |
|
442 |
st.plotly_chart(fig)
|
443 |
|
444 |
-
st.html(f'<h4 class="hero-subtitle">
|
445 |
col1, col2 = st.columns(2)
|
446 |
|
447 |
with col1:
|
|
|
441 |
|
442 |
st.plotly_chart(fig)
|
443 |
|
444 |
+
st.html(f'<h4 class="hero-subtitle">In two weeks span, the SalesIntel has helped in generating {total_engaged:,} personalized emails so far</h4>')
|
445 |
col1, col2 = st.columns(2)
|
446 |
|
447 |
with col1:
|