Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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."
|