Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ def gate_ui():
|
|
26 |
return True
|
27 |
if st.session_state.authed:
|
28 |
return True
|
29 |
-
st.title("π
|
30 |
-
pwd=st.text_input("Enter password", type=password)
|
31 |
if st.button("Login"):
|
32 |
if pwd==APP_PASSWORD:
|
33 |
st.session_state.authed=True
|
|
|
26 |
return True
|
27 |
if st.session_state.authed:
|
28 |
return True
|
29 |
+
st.title("π Document Chunker Login")
|
30 |
+
pwd=st.text_input("Enter password", type="password")
|
31 |
if st.button("Login"):
|
32 |
if pwd==APP_PASSWORD:
|
33 |
st.session_state.authed=True
|