Spaces:
Sleeping
Sleeping
Commit
·
04beda8
1
Parent(s):
9ab57a6
Update app.py
Browse files
app.py
CHANGED
@@ -73,6 +73,7 @@ def send_transaction(w3, account_address, private_key, chain_id, gas_price, inpu
|
|
73 |
return None, None
|
74 |
|
75 |
|
|
|
76 |
# 网页前端显示
|
77 |
st.set_page_config(page_title="EthPen - 批量 Mint $pols", page_icon="🪙", layout='centered', initial_sidebar_state='auto')
|
78 |
|
|
|
73 |
return None, None
|
74 |
|
75 |
|
76 |
+
|
77 |
# 网页前端显示
|
78 |
st.set_page_config(page_title="EthPen - 批量 Mint $pols", page_icon="🪙", layout='centered', initial_sidebar_state='auto')
|
79 |
|