AIEcosystem commited on
Commit
d5c5b03
·
verified ·
1 Parent(s): c4f69ba

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -9,7 +9,7 @@ st.write("Hello")
9
 
10
  # --- Payment Variables (MUST UPDATE) ---
11
  # !!! CRITICAL 1: Replace this placeholder with your actual PayPal email or Merchant ID. !!!
12
- PAYPAL_BUSINESS_EMAIL = "YOUR_PAYPAL_EMAIL@example.com"
13
  CURRENCY_CODE = "USD"
14
 
15
  # !!! CRITICAL 2: URL to redirect the user to after they successfully complete payment on PayPal.
 
9
 
10
  # --- Payment Variables (MUST UPDATE) ---
11
  # !!! CRITICAL 1: Replace this placeholder with your actual PayPal email or Merchant ID. !!!
12
+ PAYPAL_BUSINESS_EMAIL = "maria.tsilimos@proton.me"
13
  CURRENCY_CODE = "USD"
14
 
15
  # !!! CRITICAL 2: URL to redirect the user to after they successfully complete payment on PayPal.