Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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":
|
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:
|