NihalGazi commited on
Commit
896a12e
·
verified ·
1 Parent(s): 39bcf49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- fn=manage_data,
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"),