dwipper commited on
Commit
4835deb
·
1 Parent(s): b8b339f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -411,7 +411,7 @@ with gr.Blocks(CIMStheme) as iface:
411
  gr.Markdown("")
412
  with gr.Row():
413
  with gr.Column():
414
- gr.HTML('<center><i>CIMS.AI Confidential 2023</i></center>')
415
 
416
  #iface.queue(concurrency_count=20).launch(auth=login_auth, auth_message= "Enter your username and password that you received from CIMS.AI. To request a login, please email 'info@cims.ai'")
417
  iface.queue(concurrency_count=20).launch()
 
411
  gr.Markdown("")
412
  with gr.Row():
413
  with gr.Column():
414
+ gr.HTML('<center><i>© 2023 Collegiate Influencer Marketing Systems, Inc.</i><br>CIMS.AI, CIMS.AI logo, NILI, NILI logo, and EzNIL are trademarks of Collegiate Influencer Marketing Systems, Inc.</center>')
415
 
416
  #iface.queue(concurrency_count=20).launch(auth=login_auth, auth_message= "Enter your username and password that you received from CIMS.AI. To request a login, please email 'info@cims.ai'")
417
  iface.queue(concurrency_count=20).launch()