measmonysuon commited on
Commit
83c3e0e
1 Parent(s): 922fe06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ def request_otp_and_update_ui(user_chat_id):
193
 
194
  otp_response = request_otp(user_chat_id)
195
  if otp_response.get("success"):
196
- return "OTP has been sent to your registered contact."
197
  return "Error requesting OTP. Please try again later."
198
 
199
  def create_gradio_interface():
 
193
 
194
  otp_response = request_otp(user_chat_id)
195
  if otp_response.get("success"):
196
+ return "OTP has been sent to your Telegram"
197
  return "Error requesting OTP. Please try again later."
198
 
199
  def create_gradio_interface():