Jaspertw177 commited on
Commit
858592d
·
1 Parent(s): 7f8ded9

remove password auth

Browse files
pages/Chatbot.py CHANGED
@@ -39,7 +39,7 @@ def main_chat_ui():
39
  container.markdown(response)
40
 
41
 
42
- if not check_password():
43
- st.stop()
44
  st.title("👻START CHAT👻")
45
  main_chat_ui()
 
39
  container.markdown(response)
40
 
41
 
42
+ #if not check_password():
43
+ # st.stop()
44
  st.title("👻START CHAT👻")
45
  main_chat_ui()
pages/Chatbot_with_uploaded_docs.py CHANGED
@@ -52,8 +52,8 @@ def main_RAG_ui():
52
  container.markdown(response)
53
 
54
 
55
- if not check_password():
56
- st.stop()
57
  st.title("👻START CHAT👻")
58
 
59
  uploaded_files = st.sidebar.file_uploader(
 
52
  container.markdown(response)
53
 
54
 
55
+ #if not check_password():
56
+ # st.stop()
57
  st.title("👻START CHAT👻")
58
 
59
  uploaded_files = st.sidebar.file_uploader(