We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4cbb8 commit 3a2c5ecCopy full SHA for 3a2c5ec
Home.py
@@ -24,6 +24,16 @@
24
"""
25
)
26
27
+st.divider()
28
+st.info("""
29
+The apps use `st.spinner()` to show a spinning icon when the model is running,
30
+but this does not work with `stlite`. Hence, it may appear like nothing is
31
+happening, when the model is actually running behind the scenes (once you
32
+click "simulate"). This is mainly relevant to the stroke model which takes a
33
+little longer to run, but you can speed it up by reducing the number of
34
+replications.
35
+""", icon="ℹ️")
36
+
37
st.divider()
38
st.markdown(
39
0 commit comments