richardblythman commited on
Commit
238dfcb
·
1 Parent(s): 8b20f20

fix output type

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ interface = gr.Interface(
27
  greet,
28
  "text",
29
  [
30
- gr.outputs.Number(label="Public Key")
31
  ],
32
  title="Ocean Token Calculator",
33
  description=description,
 
27
  greet,
28
  "text",
29
  [
30
+ gr.outputs.Textbox(label="Public Key")
31
  ],
32
  title="Ocean Token Calculator",
33
  description=description,