Spaces:
Runtime error
Runtime error
Commit
·
012fcba
1
Parent(s):
cd6a062
change title
Browse files
app.py
CHANGED
@@ -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="Token Calculator (
|
67 |
description=description,
|
68 |
article=article,
|
69 |
theme="huggingface",
|
|
|
63 |
gr.outputs.Textbox(label="OCEAN balance"),
|
64 |
gr.outputs.Textbox(label="Algorithm token balance"),
|
65 |
],
|
66 |
+
title="Token Calculator (for running ML algorithms using Ocean)",
|
67 |
description=description,
|
68 |
article=article,
|
69 |
theme="huggingface",
|