hltdx commited on
Commit
96f218f
·
unverified ·
1 Parent(s): a8e6637

Fixing secret inputs.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ iface2 = gr.Interface(
58
 
59
  iface3 = gr.Interface(
60
  fn=delete_data,
61
- inputs=gr.inputs.Textbox(label="Secret", type="password", render=False),
62
  outputs="text",
63
  title="Delete Data"
64
  )
 
58
 
59
  iface3 = gr.Interface(
60
  fn=delete_data,
61
+ inputs=gr.Textbox(label="Secret", type="password", render=False),
62
  outputs="text",
63
  title="Delete Data"
64
  )