alfraser commited on
Commit
7b55a1a
·
1 Parent(s): f280a0c

Updated the status message on the endpoint start

Browse files
Files changed (1) hide show
  1. src/st_helpers.py +1 -2
src/st_helpers.py CHANGED
@@ -58,8 +58,7 @@ def show_system_status_bar() -> None:
58
  for e in stopped:
59
  logging.info(f"Requesting start of {e}")
60
  resume_hf_endpoint('alfraser', e)
61
- st.write(
62
- '**Note** - endpoint start may take multiple minutes, so refresh and check status periodically')
63
 
64
 
65
  def st_setup(page_title: str, layout: str = 'wide', skip_login: bool = False) -> None:
 
58
  for e in stopped:
59
  logging.info(f"Requesting start of {e}")
60
  resume_hf_endpoint('alfraser', e)
61
+ st.success('**Note** - endpoint start may take multiple minutes, so refresh and check status periodically')
 
62
 
63
 
64
  def st_setup(page_title: str, layout: str = 'wide', skip_login: bool = False) -> None: