Spaces:
Runtime error
Runtime error
Commit
·
cd6a062
1
Parent(s):
7b63772
change title
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ article = (
|
|
46 |
"<a href='https://github.com/oceanprotocol/ocean.py' target='_blank'>Ocean Python Library</a> | "
|
47 |
"<a href='https://docs.oceanprotocol.com/tutorials/metamask-setup/' target='_blank'>Guide for installing MetaMask</a> | "
|
48 |
"<a href='https://faucet.rinkeby.io/' target='_blank'>ETH faucet</a> | "
|
49 |
-
"<a href='https://faucet.rinkeby.oceanprotocol.com/' target='_blank'>OCEAN faucet</a>
|
50 |
"</p>"
|
51 |
)
|
52 |
|
@@ -63,7 +63,7 @@ interface = gr.Interface(
|
|
63 |
gr.outputs.Textbox(label="OCEAN balance"),
|
64 |
gr.outputs.Textbox(label="Algorithm token balance"),
|
65 |
],
|
66 |
-
title="
|
67 |
description=description,
|
68 |
article=article,
|
69 |
theme="huggingface",
|
|
|
46 |
"<a href='https://github.com/oceanprotocol/ocean.py' target='_blank'>Ocean Python Library</a> | "
|
47 |
"<a href='https://docs.oceanprotocol.com/tutorials/metamask-setup/' target='_blank'>Guide for installing MetaMask</a> | "
|
48 |
"<a href='https://faucet.rinkeby.io/' target='_blank'>ETH faucet</a> | "
|
49 |
+
"<a href='https://faucet.rinkeby.oceanprotocol.com/' target='_blank'>OCEAN faucet</a>"
|
50 |
"</p>"
|
51 |
)
|
52 |
|
|
|
63 |
gr.outputs.Textbox(label="OCEAN balance"),
|
64 |
gr.outputs.Textbox(label="Algorithm token balance"),
|
65 |
],
|
66 |
+
title="Token Calculator (needed for running ML algorithms using Ocean)",
|
67 |
description=description,
|
68 |
article=article,
|
69 |
theme="huggingface",
|