Skip to content

Commit

Permalink
Disable cahcing on all hdx table
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Apr 16, 2024
1 parent 860e518 commit 094952d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 094952d

Please sign in to comment.