alfraser commited on
Commit
c0848c6
·
1 Parent(s): 190ec66

Added front page message about the endpoints being scheduled.

Browse files
Files changed (1) hide show
  1. Home.py +2 -0
Home.py CHANGED
@@ -31,3 +31,5 @@ if st_setup("LLM Architecture Assessment", skip_login=True):
31
  ## Access
32
  Some elements of this application are password protected. If you would like access to the project please contact me either via LinkedIn or the email address above, explaining why you want access and for how long and I will set that up for you. Thanks for your understanding :-)
33
  """)
 
 
 
31
  ## Access
32
  Some elements of this application are password protected. If you would like access to the project please contact me either via LinkedIn or the email address above, explaining why you want access and for how long and I will set that up for you. Thanks for your understanding :-)
33
  """)
34
+
35
+ st.info("**NOTE:** The inference api endpoints used in the demonstrations of this application are scheduled to run Monday-Friday 09:00-17:00 to manage costs. Please contact me if you would like them running outside these hours.")