srbhavya01 commited on
Commit
dc5ff1e
·
verified ·
1 Parent(s): db173b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ if not st.session_state.logged_in:
107
 
108
  if st.button("Verify OTP"):
109
 
110
- if user_otp and user_otp == st.session_state.otp:
111
 
112
  token = create_jwt(email)
113
 
 
107
 
108
  if st.button("Verify OTP"):
109
 
110
+ if user_otp and user_otp == st.session_state.otp:
111
 
112
  token = create_jwt(email)
113