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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def Signup():
18
  confpass = st.text_input("Confirm Password", type="password")
19
 
20
  newuser = {
21
- "username": username,"password": Password
22
  }
23
  if st.button("Signup"):
24
  if password == confpass:
 
18
  confpass = st.text_input("Confirm Password", type="password")
19
 
20
  newuser = {
21
+ "username": username,"password": password
22
  }
23
  if st.button("Signup"):
24
  if password == confpass: