Ferdinand Mosca

Results 86 comments of Ferdinand Mosca

From the readme: **auth_token : The unique authorization token received from - https://www.courier.com/email-api/**

Added a simple solution in my pull request https://github.com/GauriSP10/streamlit_login_auth_ui/pulls ![image](https://user-images.githubusercontent.com/22366935/207371001-c962337b-bbb6-43ba-bfb4-b05e0feb865b.png)

Yes. Or [default, small, smaller] where default is the current size.

I can run your code and can successfully switch page without error. *app.py* ```python import streamlit as st pages = [ st.Page("pages/user_signin.py", title="Sign in"), st.Page("pages/user_signup.py", title="Sign up"), ] pg =...