ahmednoorx commited on
Commit
27b3740
·
verified ·
1 Parent(s): 2ca62f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -300,7 +300,7 @@ if page == "🎯 Generate Emails":
300
  <a href="https://gumroad.com/l/cold-email-assistant" style="background: white; color: #333; padding: 0.8rem 2rem; border-radius: 25px; text-decoration: none; font-weight: bold; margin-top: 1rem; display: inline-block;">🚀 Get Lifetime Access Now</a>
301
  </div>
302
  """, unsafe_allow_html=True)
303
- return
304
 
305
  # Track usage for successful generation
306
  tracker.increment_email_generation()
 
300
  <a href="https://gumroad.com/l/cold-email-assistant" style="background: white; color: #333; padding: 0.8rem 2rem; border-radius: 25px; text-decoration: none; font-weight: bold; margin-top: 1rem; display: inline-block;">🚀 Get Lifetime Access Now</a>
301
  </div>
302
  """, unsafe_allow_html=True)
303
+ st.stop()
304
 
305
  # Track usage for successful generation
306
  tracker.increment_email_generation()