MohanadAfiffy commited on
Commit
7e0fb45
·
verified ·
1 Parent(s): e8868ea

FIX : the messaging

Browse files
Files changed (1) hide show
  1. 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">This week, SalesIntel has helped in generating {total_engaged:,} personalized emails so far</h4>')
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: