Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def savefile(newuser):
|
|
12 |
with open("data.json", "w") as f:
|
13 |
json.dump(data, f, indent=4)
|
14 |
|
15 |
-
def
|
16 |
username = st.text_input("Username")
|
17 |
password = st.text_input("Password", type="password")
|
18 |
confpass = st.text_input("Confirm Password", type="password")
|
|
|
12 |
with open("data.json", "w") as f:
|
13 |
json.dump(data, f, indent=4)
|
14 |
|
15 |
+
def Signup():
|
16 |
username = st.text_input("Username")
|
17 |
password = st.text_input("Password", type="password")
|
18 |
confpass = st.text_input("Confirm Password", type="password")
|