Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from ocean_lib.web3_internal.wallet import Wallet
|
|
| 5 |
from ocean_lib.web3_internal.currency import from_wei # wei is the smallest denomination of ether e.g. like cents
|
| 6 |
# from ocean_lib.web3_internal.currency import pretty_ether_and_wei
|
| 7 |
import streamlit as st
|
| 8 |
-
import Web3
|
| 9 |
from wallet_connect import connect
|
| 10 |
|
| 11 |
d = {
|
|
|
|
| 5 |
from ocean_lib.web3_internal.currency import from_wei # wei is the smallest denomination of ether e.g. like cents
|
| 6 |
# from ocean_lib.web3_internal.currency import pretty_ether_and_wei
|
| 7 |
import streamlit as st
|
| 8 |
+
from web3 import Web3
|
| 9 |
from wallet_connect import connect
|
| 10 |
|
| 11 |
d = {
|