Skip to content

Commit

Permalink
update authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
kizjemarif committed Nov 11, 2024
1 parent cb45d78 commit 8e29dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions wim.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def read_yaml():
config = yaml.load(file, Loader=SafeLoader)
return config


config = read_yaml()
authenticator = stauth.Authenticate(
config["credentials"],
Expand Down

0 comments on commit 8e29dbc

Please sign in to comment.