Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
import streamlit as st
|
| 4 |
import requests
|
| 5 |
|
| 6 |
-
st.title("
|
| 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("
|
| 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:
|