Accelernate commited on
Commit
2c76490
·
verified ·
1 Parent(s): 9eb29d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -3,7 +3,7 @@
3
  import streamlit as st
4
  import requests
5
 
6
- st.title("Solana Wallet Verifier")
7
 
8
  # Fixed Token Mint Address
9
  TOKEN_MINT_ADDRESS = "PR9SDkf1SxrJqSXzQyoR17VdGZ1ZgWMiRcS5VtYmis1"
@@ -59,10 +59,10 @@ if st.button("Verify"):
59
  elif adjusted_amount >= 33333:
60
  st.success("✅ Guaranteed WLR Status")
61
  else:
62
- st.error("You don't have enough yet 👻")
63
  else:
64
  adjusted_amount = 0
65
- st.error("Token account not found or zero balance.")
66
 
67
  # Log the query to Google Form
68
  try:
 
3
  import streamlit as st
4
  import requests
5
 
6
+ st.title("Ghosties Mint Verifier 👻")
7
 
8
  # Fixed Token Mint Address
9
  TOKEN_MINT_ADDRESS = "PR9SDkf1SxrJqSXzQyoR17VdGZ1ZgWMiRcS5VtYmis1"
 
59
  elif adjusted_amount >= 33333:
60
  st.success("✅ Guaranteed WLR Status")
61
  else:
62
+ st.error("You don't have enough tokens yet 👻")
63
  else:
64
  adjusted_amount = 0
65
+ st.error("No tokens found, try another address.")
66
 
67
  # Log the query to Google Form
68
  try: