richardblythman commited on
Commit
012fcba
·
1 Parent(s): cd6a062

change title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (needed for running ML algorithms using Ocean)",
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",