Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ name = st.text_input("Enter name: ")
|
|
31 |
|
32 |
doc = col.find_one({"Username": name})
|
33 |
|
34 |
-
st.write(doc["
|
35 |
|
36 |
# def validate_email(email):
|
37 |
# """Validates the format of an email address."""
|
|
|
31 |
|
32 |
doc = col.find_one({"Username": name})
|
33 |
|
34 |
+
st.write(doc["Password"])
|
35 |
|
36 |
# def validate_email(email):
|
37 |
# """Validates the format of an email address."""
|