Spaces:
Paused
Paused
hanoch.rahimi@gmail
commited on
Commit
·
9ac1abc
1
Parent(s):
19e6802
enabled pswd
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ def check_password():
|
|
132 |
# Password correct.
|
133 |
return True
|
134 |
|
135 |
-
if
|
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("""
|