Spaces:
Sleeping
Sleeping
Shafeek Saleem
commited on
Commit
·
a2b801e
1
Parent(s):
66b5e55
ss
Browse files
.idea/sonarlint/issuestore/0/6/06697e12fd3babbd48fee58c8ea03fb97b881d2c
DELETED
File without changes
|
.idea/sonarlint/issuestore/2/0/2094a4063eba7d594e4f903bd47a1991eb84f889
DELETED
File without changes
|
.idea/sonarlint/issuestore/index.pb
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eda6c7aaaf1d5676dd3b7a71743449017598d3d588e170bcea876a97e9e261f8
|
3 |
+
size 285
|
utils/login.py
CHANGED
@@ -14,7 +14,8 @@ def initialize_login():
|
|
14 |
password = st.text_input("Password", type="password")
|
15 |
|
16 |
if st.button("Login"):
|
17 |
-
authorized =
|
|
|
18 |
if authorized["status"]:
|
19 |
st.session_state["login"] = authorized
|
20 |
os.makedirs(
|
|
|
14 |
password = st.text_input("Password", type="password")
|
15 |
|
16 |
if st.button("Login"):
|
17 |
+
authorized = True
|
18 |
+
# authorized = authenticate(username, password)
|
19 |
if authorized["status"]:
|
20 |
st.session_state["login"] = authorized
|
21 |
os.makedirs(
|