Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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()
|