diff --git a/requirements.txt b/requirements.txt index 3c57fd8..82375d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ streamlit==1.35.0 -streamlit-authenticator==0.3.1 +streamlit-authenticator==0.3.2 streamlit_date_picker streamlit_option_menu plotly diff --git a/wim.py b/wim.py index 70d42af..5d1fb04 100644 --- a/wim.py +++ b/wim.py @@ -50,6 +50,7 @@ def read_yaml(): config = yaml.load(file, Loader=SafeLoader) return config + config = read_yaml() authenticator = stauth.Authenticate( config["credentials"],