* https://github.com/siddhardhan23/gemini-pro-streamlit-chatbot 72 changes: 72 additions & 0 deletions 72 Streamlit_Pages/Auth_functions.py Original file line numberDiff line numberDiff line change @@ -0,0 +1,72 @@ import streamlit as st import streamlit_authenticator as stauth #impor...
pip install streamlit-cognito-auth Usage To use the package, you can import theCognitoAuthenticatorclass from thestreamlit_cognito_authpackage, and create an instance of it, passing yourpool_id,app_client_idandapp_client_secretas the arguments. ...
It lets you connect your streamlit application to a pre-built and secure Login/ Sign-Up page. - GauriSP10/streamlit_login_auth_ui
LLM chat with auth. Contribute to masachika-kamada/streamlit-chat-with-llm-apis development by creating an account on GitHub.
A Streamlit component for authenticating users with AWS Cognito Installation To install the package, you can use pip: pip install streamlit-cognito-auth Usage To use the package, you can import the CognitoAuthenticator class from the streamlit_cognito_auth package, and create an instance of it, ...