Spaces:
Sleeping
Sleeping
Update app.py, hide input password str
Browse files
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 |
)
|