CosmoAI commited on
Commit
ea22b1e
1 Parent(s): fedf20b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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["password"])
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."""