DylanASHillier commited on
Commit
fc42d85
1 Parent(s): 1aea1be

die caches die

Browse files
Files changed (1) hide show
  1. streamlit.py +0 -2
streamlit.py CHANGED
@@ -388,7 +388,6 @@ for page in PAGES:
388
  workable_customers.append(href)
389
 
390
  # workable_customers
391
- @st.cache_data
392
  def get_paragraphs_workable(url):
393
  r = requests.get(url=url, headers=headers)
394
 
@@ -417,7 +416,6 @@ def loop(input):
417
  input = clean_text(input)
418
  return input
419
 
420
- @st.cache_data
421
  def get_case_studies():
422
  workable_case_studies = []
423
  # for customer in customers:
 
388
  workable_customers.append(href)
389
 
390
  # workable_customers
 
391
  def get_paragraphs_workable(url):
392
  r = requests.get(url=url, headers=headers)
393
 
 
416
  input = clean_text(input)
417
  return input
418
 
 
419
  def get_case_studies():
420
  workable_case_studies = []
421
  # for customer in customers: