Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -145,5 +145,5 @@ demo = gr.Interface(fn=simulate,
|
|
| 145 |
if __name__ == "__main__":
|
| 146 |
demo.launch(
|
| 147 |
auth=lambda u, p: user_db.get(u) == p,
|
| 148 |
-
auth_message="Welcome!"
|
| 149 |
)
|
|
|
|
| 145 |
if __name__ == "__main__":
|
| 146 |
demo.launch(
|
| 147 |
auth=lambda u, p: user_db.get(u) == p,
|
| 148 |
+
auth_message="Welcome! Please enable third-party cookies or you will not be able to login."
|
| 149 |
)
|