Ankush05 commited on
Commit
3d21152
·
1 Parent(s): c7b911d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def Signup():
22
  }
23
  if st.button("Signup"):
24
  if password == confpass:
25
- savedata(newuser)
26
 
27
  st.write("You are Logged in Sucessfully")
28
  else:
 
22
  }
23
  if st.button("Signup"):
24
  if password == confpass:
25
+ savefile(newuser)
26
 
27
  st.write("You are Logged in Sucessfully")
28
  else: