hltdx commited on
Commit
21d0510
·
unverified ·
1 Parent(s): ca21449

Fixing password type textbox.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def delete_data(secret):
41
  else:
42
  return "No data found"
43
 
44
- secret_input = gr.inputs.Textbox(label="Secret", type="password")
45
 
46
  # Create Gradio interface
47
  iface1 = gr.Interface(
 
41
  else:
42
  return "No data found"
43
 
44
+ secret_input = gr.Textbox(label="Secret", type="password")
45
 
46
  # Create Gradio interface
47
  iface1 = gr.Interface(