hanoch.rahimi@gmail commited on
Commit
9ac1abc
·
1 Parent(s): 19e6802

enabled pswd

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def check_password():
132
  # Password correct.
133
  return True
134
 
135
- if True or check_password():
136
  st.title("")
137
 
138
  st.write("""
 
132
  # Password correct.
133
  return True
134
 
135
+ if check_password():
136
  st.title("")
137
 
138
  st.write("""