Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AlgoveraAI
/
web3-wallet-streamlit
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
smejak
commited on
Jun 16, 2022
Commit
e3e1975
·
1 Parent(s):
735ccb0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -21,6 +21,7 @@ ocean = Ocean(d)
21
def wallet():
22
23
address = connect("wallet")
24
25
if address != "not":
26
21
def wallet():
22
23
address = connect("wallet")
24
+
st.write(address)
25
26
if address != "not":
27