Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -53,8 +53,6 @@ def fetch_and_clean_data(url):
|
|
53 |
if st.checkbox("Clear All"):
|
54 |
# Clear values from *all* memoized functions
|
55 |
st.experimental_memo.clear()
|
56 |
-
Clear singleton
|
57 |
-
Clear all singleton caches.
|
58 |
|
59 |
@st.experimental_singleton
|
60 |
def get_database_session():
|
|
|
53 |
if st.checkbox("Clear All"):
|
54 |
# Clear values from *all* memoized functions
|
55 |
st.experimental_memo.clear()
|
|
|
|
|
56 |
|
57 |
@st.experimental_singleton
|
58 |
def get_database_session():
|