DylanASHillier commited on
Commit
1d6e25a
1 Parent(s): b35c986

adds caching

Browse files
Files changed (1) hide show
  1. streamlit.py +2 -2
streamlit.py CHANGED
@@ -424,8 +424,8 @@ def get_case_studies():
424
  # for customer in customers:
425
  # TODO(fix)
426
  for customer in workable_customers:
427
- url = customer
428
- workable_case_studies.append((url,loop('<join>'.join(get_paragraphs_workable(customer)[4:][:-4])))) # First few paragraphs are boiler plate
429
  # TODO Some additional filtering is still needed especially towards the end. We should probably discard things that are not in the main body.
430
  # workable_case_studies
431
  return workable_case_studies
 
424
  # for customer in customers:
425
  # TODO(fix)
426
  for customer in workable_customers:
427
+ url = customer
428
+ workable_case_studies.append((url,loop('<join>'.join(get_paragraphs_workable(customer)[4:][:-4])))) # First few paragraphs are boiler plate
429
  # TODO Some additional filtering is still needed especially towards the end. We should probably discard things that are not in the main body.
430
  # workable_case_studies
431
  return workable_case_studies