on1onmangoes commited on
Commit
fdb554b
·
verified ·
1 Parent(s): cdeb7b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ with gr.Blocks() as app:
26
  def handle_login(username, password):
27
  if login(username, password):
28
  # Clear the password field and display the greeting
29
- password_input.clear()
30
  return greet(username)
31
  else:
32
  return "Invalid credentials! Please try again."
 
26
  def handle_login(username, password):
27
  if login(username, password):
28
  # Clear the password field and display the greeting
29
+ #password_input.clear()
30
  return greet(username)
31
  else:
32
  return "Invalid credentials! Please try again."