Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def require_auth(
|
|
51 |
|
52 |
if not is_subscriber:
|
53 |
redirect_button(
|
54 |
-
text="
|
55 |
customer_email=user_email,
|
56 |
payment_provider=payment_provider,
|
57 |
)
|
|
|
51 |
|
52 |
if not is_subscriber:
|
53 |
redirect_button(
|
54 |
+
text="Make a Donation",
|
55 |
customer_email=user_email,
|
56 |
payment_provider=payment_provider,
|
57 |
)
|