Spaces:
Sleeping
Sleeping
remove whitespace
Browse files
app.py
CHANGED
@@ -43,9 +43,6 @@ def get_one_from_queue(voter: str):
|
|
43 |
|
44 |
|
45 |
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
if submitted:
|
50 |
if not password == os.environ.get("app_password"):
|
51 |
st.error("The password you entered is incorrect")
|
@@ -54,7 +51,6 @@ if submitted:
|
|
54 |
st.success("Welcome, " + username)
|
55 |
st.write("You are now logged in")
|
56 |
|
57 |
-
|
58 |
with st.form("images"):
|
59 |
queue = get_one_from_queue(username)
|
60 |
if not queue:
|
|
|
43 |
|
44 |
|
45 |
|
|
|
|
|
|
|
46 |
if submitted:
|
47 |
if not password == os.environ.get("app_password"):
|
48 |
st.error("The password you entered is incorrect")
|
|
|
51 |
st.success("Welcome, " + username)
|
52 |
st.write("You are now logged in")
|
53 |
|
|
|
54 |
with st.form("images"):
|
55 |
queue = get_one_from_queue(username)
|
56 |
if not queue:
|