clarice7 commited on
Commit
1d62955
1 Parent(s): b2fddf7

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )