ZOTHEOS commited on
Commit
0fe887d
·
verified ·
1 Parent(s): 0eb59fc

Update main_web.py

Browse files
Files changed (1) hide show
  1. main_web.py +1 -1
main_web.py CHANGED
@@ -17,7 +17,7 @@ def get_asset_path(filename: str) -> str:
17
  return filename if os.path.exists(filename) else os.path.join('assets', filename)
18
 
19
  logo_path_verified = get_asset_path("zotheos_logo.png")
20
- GUMROAD_LINK = "YOUR_GUMROAD_LINK_HERE" # <-- IMPORTANT: REPLACE WITH YOUR GUMROAD LINK
21
 
22
  # --- Core Logic Imports ---
23
  try:
 
17
  return filename if os.path.exists(filename) else os.path.join('assets', filename)
18
 
19
  logo_path_verified = get_asset_path("zotheos_logo.png")
20
+ GUMROAD_LINK = "https://zotheos.gumroad.com/l/jibfv"
21
 
22
  # --- Core Logic Imports ---
23
  try: