Ankush05 commited on
Commit
aaf87e0
·
1 Parent(s): 5d7c0cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def signup():
20
  newuser = {
21
  "username": username,"password": Password
22
  }
23
- if st.button("SignUp"):
24
  if password == confpass:
25
  savedata(newuser)
26
 
 
20
  newuser = {
21
  "username": username,"password": Password
22
  }
23
+ if st.button("Signup"):
24
  if password == confpass:
25
  savedata(newuser)
26