Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ def ask_ds(message, history):
|
|
| 105 |
if len(message) == 0:
|
| 106 |
yield None
|
| 107 |
|
| 108 |
-
if message == 'admin_reset'
|
| 109 |
authenticated = False
|
| 110 |
yield "Select your division:\n[1] IME \n[2] PAS\n[3] Peer Disability"
|
| 111 |
|
|
|
|
| 105 |
if len(message) == 0:
|
| 106 |
yield None
|
| 107 |
|
| 108 |
+
if message == 'admin_reset':
|
| 109 |
authenticated = False
|
| 110 |
yield "Select your division:\n[1] IME \n[2] PAS\n[3] Peer Disability"
|
| 111 |
|