Commit
·
02dea02
1
Parent(s):
b9ae19b
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ class Process:
|
|
| 23 |
"""
|
| 24 |
|
| 25 |
@staticmethod
|
| 26 |
-
@st.cache_resource(ttl=60 * 60, max_entries=3,
|
| 27 |
def get(components, data):
|
| 28 |
"""
|
| 29 |
Lookup or creates a new workflow process instance.
|
|
|
|
| 23 |
"""
|
| 24 |
|
| 25 |
@staticmethod
|
| 26 |
+
@st.cache_resource(ttl=60 * 60, max_entries=3, show_spinner=False)
|
| 27 |
def get(components, data):
|
| 28 |
"""
|
| 29 |
Lookup or creates a new workflow process instance.
|