Fixing secret inputs.
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ iface2 = gr.Interface(
|
|
58 |
|
59 |
iface3 = gr.Interface(
|
60 |
fn=delete_data,
|
61 |
-
inputs=gr.
|
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 |
)
|