Spaces:
Runtime error
Runtime error
Commit
·
238dfcb
1
Parent(s):
8b20f20
fix output type
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ interface = gr.Interface(
|
|
27 |
greet,
|
28 |
"text",
|
29 |
[
|
30 |
-
gr.outputs.
|
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,
|