mkhorasani / Streamlit-Authenticator

A secure authentication module to validate user credentials in a Streamlit application.
Apache License 2.0
1.38k stars 229 forks source link

Style for login widget #175

Open eliasmelas opened 3 days ago

eliasmelas commented 3 days ago

Thought it would be a handy enhancement if there was more support for styling on the login widget - for instance, allowing markdown or CSS rendering. I understand at the moment styling is limited to st.forms.subheader(), which adheres to Github-flavoured markdown (https://github.github.com/gfm)...

Just a suggestion. Might work on something in the near future and circle back on this

mkhorasani commented 2 days ago

Hi @eliasmelas, thank you for reaching out. Please feel free to send a PR and I will accept it. Cheers.