schroneko commited on
Commit
52de739
·
1 Parent(s): 604278f

Update app.py, hide input password str

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ iface = gr.Interface(
11
  inputs=[
12
  gr.Textbox(label="SSID"),
13
  gr.Dropdown(["WPA", "WEP"], label="Encryption"),
14
- gr.Textbox(label="Password")
15
  ],
16
  outputs="image"
17
  )
 
11
  inputs=[
12
  gr.Textbox(label="SSID"),
13
  gr.Dropdown(["WPA", "WEP"], label="Encryption"),
14
+ gr.Textbox(label="Password", type="password")
15
  ],
16
  outputs="image"
17
  )