smejak commited on
Commit
6327bd0
·
1 Parent(s): 273fb6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -58,10 +58,10 @@ article = (
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"),
 
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"),