はじめに MVCという概念を学んだので練習とstremlitの勉強を兼ねてWEBアプリを作ってみました。 streamlit-authenticatorを使い簡単なログイン機能を作ってみます。 環境 実行環境 Windows10 python3.9.7 Demo ユーザの追加機能とログイン機能 Streamlitについて 詳しく書いて下さっている記事が多々ある...
Reproducible Code Example importstreamlitasstimportstreamlit_authenticatorasstauthfromstreamlit_searchboximportst_searchboxconfig={"credentials": {"usernames": {"hel": {"email":"hel@a.com","name":"hel oo","password":"abc"} }, },"cookie": {"expiry_days":30,"key":"any","name":"keyname"...