Benjamin Jasperson
commited on
Commit
Β·
05137d8
1
Parent(s):
2d19363
update disclaimer
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ st.markdown(" ")
|
|
66 |
with st.container(border=False):
|
67 |
|
68 |
st.info("""
|
69 |
-
Heavy traffic or GPU limits may increase response time or cause errors. Disable expert model for faster replies or try again later.
|
70 |
""", icon="π")
|
71 |
|
72 |
if 'activate_expert' in st.session_state:
|
|
|
66 |
with st.container(border=False):
|
67 |
|
68 |
st.info("""
|
69 |
+
Initial use may be delayed while demo loads following extended downtime. Heavy traffic or GPU limits may increase response time or cause errors. Disable expert model for faster replies or try again later.
|
70 |
""", icon="π")
|
71 |
|
72 |
if 'activate_expert' in st.session_state:
|