Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,12 +64,12 @@ with st.sidebar:
|
|
64 |
st.experimental_rerun()
|
65 |
|
66 |
# Donation
|
67 |
-
stripe_payment_link = os.environ["STRIPE_PAYMENT_LINK"]
|
68 |
-
st.markdown(
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
)
|
73 |
|
74 |
# Credit:
|
75 |
current_year = current_year() # This will print the current year
|
|
|
64 |
st.experimental_rerun()
|
65 |
|
66 |
# Donation
|
67 |
+
# stripe_payment_link = os.environ["STRIPE_PAYMENT_LINK"]
|
68 |
+
# st.markdown(
|
69 |
+
# f"""
|
70 |
+
# Want to support me? π Click here using this [link]({stripe_payment_link}).
|
71 |
+
# """
|
72 |
+
# )
|
73 |
|
74 |
# Credit:
|
75 |
current_year = current_year() # This will print the current year
|