eagle0504 commited on
Commit
fd0e171
β€’
1 Parent(s): a80cfa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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
- 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
 
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