smejak commited on
Commit
31efed2
·
1 Parent(s): 48140df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = {