From 094952d0839512f338ed0ca5dd1ac66eada52432 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Tue, 16 Apr 2024 18:33:43 +0545 Subject: [PATCH] Disable cahcing on all hdx table --- streamlit_visualizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit_visualizer.py b/streamlit_visualizer.py index 4c631a5..104ccac 100644 --- a/streamlit_visualizer.py +++ b/streamlit_visualizer.py @@ -163,7 +163,7 @@ def process_feature(feature, api_base_url): return record -@st.cache_data +# @st.cache_data def all_hdx_table(data, api_base_url, progress_bar): records = [] with concurrent.futures.ThreadPoolExecutor() as executor: