Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ def send_otp_to_email(email):
|
|
11 |
|
12 |
return otp
|
13 |
|
14 |
-
|
15 |
def enter_otp():
|
16 |
st.title("OTP Verification")
|
17 |
email = st.text_input("Enter your email address:")
|
@@ -25,4 +24,4 @@ def enter_otp():
|
|
25 |
if user_otp == otp:
|
26 |
st.success("OTP verification successful. Access granted!")
|
27 |
else:
|
28 |
-
st.error("Incorrect OTP. Please try again.")
|
|
|
11 |
|
12 |
return otp
|
13 |
|
|
|
14 |
def enter_otp():
|
15 |
st.title("OTP Verification")
|
16 |
email = st.text_input("Enter your email address:")
|
|
|
24 |
if user_otp == otp:
|
25 |
st.success("OTP verification successful. Access granted!")
|
26 |
else:
|
27 |
+
st.error("Incorrect OTP. Please try again.")
|