Tesneem commited on
Commit
9ec318a
Β·
verified Β·
1 Parent(s): 13def26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("πŸ”’ Grant Buddy 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
 
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