MilanM commited on
Commit
1d4fd2e
·
verified ·
1 Parent(s): 48af7ad

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -0
src/streamlit_app.py CHANGED
@@ -45,6 +45,9 @@ if not check_password():
45
  if "current_page" not in st.session_state:
46
  st.session_state.current_page = 0
47
 
 
 
 
48
  wx_client = setup_watsonxai_client(
49
  api_key=wx_api_key, project_id=wx_project_id, url=wx_url
50
  )
 
45
  if "current_page" not in st.session_state:
46
  st.session_state.current_page = 0
47
 
48
+ if "password" not in st.session_state:
49
+ st.session_state.password = ""
50
+
51
  wx_client = setup_watsonxai_client(
52
  api_key=wx_api_key, project_id=wx_project_id, url=wx_url
53
  )