Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def Signup():
|
|
22 |
}
|
23 |
if st.button("Signup"):
|
24 |
if password == confpass:
|
25 |
-
|
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:
|