Spaces:
Runtime error
Runtime error
Updated the status message on the endpoint start
Browse files- 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.
|
| 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:
|