Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,12 @@ def environ_auth(username, password):
|
|
30 |
return True
|
31 |
elif username == os.environ.get('hiroyasu_ito') and password == os.environ.get('hiroyasu_ito_password'):
|
32 |
return True
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
elif username == os.environ.get('chad_lafferty') and password == os.environ.get('chad_lafferty_password'):
|
34 |
return True
|
35 |
else:
|
|
|
30 |
return True
|
31 |
elif username == os.environ.get('hiroyasu_ito') and password == os.environ.get('hiroyasu_ito_password'):
|
32 |
return True
|
33 |
+
elif username == os.environ.get('ryo_matsuura') and password == os.environ.get('ryo_matsuura_password'):
|
34 |
+
return True
|
35 |
+
elif username == os.environ.get('sho_oshita') and password == os.environ.get('sho_oshita_password'):
|
36 |
+
return True
|
37 |
+
elif username == os.environ.get('emi_otsuka') and password == os.environ.get('emi_otsuka_password'):
|
38 |
+
return True
|
39 |
elif username == os.environ.get('chad_lafferty') and password == os.environ.get('chad_lafferty_password'):
|
40 |
return True
|
41 |
else:
|