Spaces:
Running
Running
Umang Chaudhry
commited on
Commit
·
ad8573b
1
Parent(s):
b899970
added logos and name to login page
Browse files
app.py
CHANGED
@@ -68,6 +68,7 @@ def add_logos():
|
|
68 |
|
69 |
|
70 |
# Render the login module
|
|
|
71 |
name, authentication_status, username = authenticator.login('Login', 'main')
|
72 |
|
73 |
# If the user is authenticated
|
|
|
68 |
|
69 |
|
70 |
# Render the login module
|
71 |
+
add_logos()
|
72 |
name, authentication_status, username = authenticator.login('Login', 'main')
|
73 |
|
74 |
# If the user is authenticated
|