Update app.py
Browse files
app.py
CHANGED
@@ -33,4 +33,4 @@ elif selection == "⚙️ Settings":
|
|
33 |
if st.button("Create Stripe Checkout Session"):
|
34 |
url = create_stripe_session()
|
35 |
st.markdown(f"[Pay & Activate]({url})")
|
36 |
-
st.markdown("Manage your API keys and subscription here.")
|
|
|
33 |
if st.button("Create Stripe Checkout Session"):
|
34 |
url = create_stripe_session()
|
35 |
st.markdown(f"[Pay & Activate]({url})")
|
36 |
+
st.markdown("Manage your API keys and subscription here.")
|