Update app.py
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ interface = gr.Interface(
|
|
| 97 |
|
| 98 |
if __name__=="__main__":
|
| 99 |
interface.launch(
|
| 100 |
-
auth=lambda u,p: user_db.get(u)==p
|
| 101 |
auth_message="Welcome! Please enable third party cookies or you will not be able to login."
|
| 102 |
|
| 103 |
)
|
|
|
|
| 97 |
|
| 98 |
if __name__=="__main__":
|
| 99 |
interface.launch(
|
| 100 |
+
auth=lambda u,p: user_db.get(u)==p,
|
| 101 |
auth_message="Welcome! Please enable third party cookies or you will not be able to login."
|
| 102 |
|
| 103 |
)
|