Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,10 +58,10 @@ article = (
|
|
58 |
|
59 |
interface = gr.Interface(
|
60 |
w,
|
61 |
-
[
|
62 |
-
|
63 |
-
|
64 |
-
],
|
65 |
[
|
66 |
#gr.outputs.Textbox(label="Public Key"),
|
67 |
#gr.outputs.Textbox(label="ETH balance"),
|
|
|
58 |
|
59 |
interface = gr.Interface(
|
60 |
w,
|
61 |
+
#[
|
62 |
+
# gr.inputs.Textbox(label="Private Key"),
|
63 |
+
# gr.inputs.Textbox(placeholder="did:op:E2e123115d5758Dd4C6F434E1c142e72ed8B2820", label="Algorithm DID"),
|
64 |
+
#],
|
65 |
[
|
66 |
#gr.outputs.Textbox(label="Public Key"),
|
67 |
#gr.outputs.Textbox(label="ETH balance"),
|