Spaces:
Runtime error
Runtime error
Commit
·
36ffca7
1
Parent(s):
dc6935a
fix typo
Browse files
app.py
CHANGED
@@ -43,10 +43,10 @@ article = (
|
|
43 |
"<p style='text-align: center'>"
|
44 |
"<a href='https://docs.oceanprotocol.com/tutorials/metamask-setup/' target='_blank'>1. Guide for installing MetaMask</a> | "
|
45 |
"<a href='https://faucet.rinkeby.io/' target='_blank'>2. ETH faucet</a> | "
|
46 |
-
"<a href='https://faucet.rinkeby.oceanprotocol.com/' target='_blank'>3. OCEAN faucet</a>"
|
47 |
"<a href='https://market.oceanprotocol.com/' target='_blank'>4. Ocean marketplace</a> | "
|
48 |
"<a href='https://market.oceanprotocol.com/asset/did:op:E2e123115d5758Dd4C6F434E1c142e72ed8B2820' target='_blank'>5. DCGAN algorithm</a> | "
|
49 |
-
"<a href='https://github.com/oceanprotocol/ocean.py' target='_blank'>6. Ocean Python Library</a>
|
50 |
"</p>"
|
51 |
)
|
52 |
|
|
|
43 |
"<p style='text-align: center'>"
|
44 |
"<a href='https://docs.oceanprotocol.com/tutorials/metamask-setup/' target='_blank'>1. Guide for installing MetaMask</a> | "
|
45 |
"<a href='https://faucet.rinkeby.io/' target='_blank'>2. ETH faucet</a> | "
|
46 |
+
"<a href='https://faucet.rinkeby.oceanprotocol.com/' target='_blank'>3. OCEAN faucet | </a>"
|
47 |
"<a href='https://market.oceanprotocol.com/' target='_blank'>4. Ocean marketplace</a> | "
|
48 |
"<a href='https://market.oceanprotocol.com/asset/did:op:E2e123115d5758Dd4C6F434E1c142e72ed8B2820' target='_blank'>5. DCGAN algorithm</a> | "
|
49 |
+
"<a href='https://github.com/oceanprotocol/ocean.py' target='_blank'>6. Ocean Python Library</a>"
|
50 |
"</p>"
|
51 |
)
|
52 |
|