Update app.py
Browse files
app.py
CHANGED
|
@@ -143,7 +143,6 @@ if response.status_code == 200:
|
|
| 143 |
continue
|
| 144 |
VALID_PASSWORDS.append(BACKUP_PW)
|
| 145 |
VALID_PASSWORDS.append(ADMIN_PW)
|
| 146 |
-
VALID_PASSWORDS.append('')
|
| 147 |
|
| 148 |
from shiny import App, reactive, ui, render
|
| 149 |
from shiny.ui import h2, tags
|
|
|
|
| 143 |
continue
|
| 144 |
VALID_PASSWORDS.append(BACKUP_PW)
|
| 145 |
VALID_PASSWORDS.append(ADMIN_PW)
|
|
|
|
| 146 |
|
| 147 |
from shiny import App, reactive, ui, render
|
| 148 |
from shiny.ui import h2, tags
|