brainsqueeze commited on
Commit
cefadbe
·
verified ·
1 Parent(s): 6d9dafd

change copy on login screen

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,6 +258,6 @@ if __name__ == '__main__':
258
  (os.getenv("APP_USERNAME"), os.getenv("APP_PASSWORD")),
259
  (os.getenv("APP_PUBLIC_USERNAME"), os.getenv("APP_PUBLIC_PASSWORD")),
260
  ],
261
- auth_message="Login to Candid's letter of intent demo",
262
  ssr_mode=False
263
  )
 
258
  (os.getenv("APP_USERNAME"), os.getenv("APP_PASSWORD")),
259
  (os.getenv("APP_PUBLIC_USERNAME"), os.getenv("APP_PUBLIC_PASSWORD")),
260
  ],
261
+ auth_message="Login to Candid's RFP recommendation demo",
262
  ssr_mode=False
263
  )