From 8e29dbc65744641ae0c25228f52c65cdc85f501c Mon Sep 17 00:00:00 2001 From: kizjemarif Date: Mon, 11 Nov 2024 16:49:39 +0100 Subject: [PATCH] update authenticator --- requirements.txt | 2 +- wim.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"],