Tolani Akinola commited on
Commit
33c6b02
·
1 Parent(s): 5e87687

Update streamlit_app.py

Browse files

I removed the lock emoji from sign in section

Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -165,7 +165,7 @@ def auth_block() -> tuple[bool, Optional[str]]:
165
  # Modern login form
166
  with st.container():
167
  st.markdown('<div class="modern-card">', unsafe_allow_html=True)
168
- st.subheader("🔐 Sign In")
169
  st.markdown("Enter your email to receive a secure login code.")
170
 
171
  with st.form("otp_request", clear_on_submit=False):
 
165
  # Modern login form
166
  with st.container():
167
  st.markdown('<div class="modern-card">', unsafe_allow_html=True)
168
+ st.subheader("Sign In")
169
  st.markdown("Enter your email to receive a secure login code.")
170
 
171
  with st.form("otp_request", clear_on_submit=False):