Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def manage_data(ID, password, action, meta):
|
|
26 |
return {"data": "", "meta": "400"} # Invalid action
|
27 |
|
28 |
iface = gr.Interface(
|
29 |
-
|
30 |
inputs=[
|
31 |
gr.Textbox(label="ID"),
|
32 |
gr.Textbox(label="Password"),
|
|
|
26 |
return {"data": "", "meta": "400"} # Invalid action
|
27 |
|
28 |
iface = gr.Interface(
|
29 |
+
manage_data,
|
30 |
inputs=[
|
31 |
gr.Textbox(label="ID"),
|
32 |
gr.Textbox(label="Password"),
|