Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -2
src/streamlit_app.py
CHANGED
@@ -45,8 +45,6 @@ if not check_password():
|
|
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
|
|
|
45 |
if "current_page" not in st.session_state:
|
46 |
st.session_state.current_page = 0
|
47 |
|
|
|
|
|
48 |
|
49 |
wx_client = setup_watsonxai_client(
|
50 |
api_key=wx_api_key, project_id=wx_project_id, url=wx_url
|