Niharmahesh commited on
Commit
38c07ee
·
verified ·
1 Parent(s): 64d6b5e

Update pages/version_updates.py

Browse files
Files changed (1) hide show
  1. pages/version_updates.py +3 -1
pages/version_updates.py CHANGED
@@ -5,4 +5,6 @@ with st.expander("Nov-20th"):
5
  with st.expander("Nov-10th"):
6
  st.write('Replaced the Data pipeline manual with Airflow and Docker (automated)')
7
  with st.expander("Nov-5h"):
8
- st.write('Added more filtering options: location based, date posted based and job title based')
 
 
 
5
  with st.expander("Nov-10th"):
6
  st.write('Replaced the Data pipeline manual with Airflow and Docker (automated)')
7
  with st.expander("Nov-5h"):
8
+ st.write('Added more filtering options: location based, date posted based and job title based')
9
+ with st.expander("Feb-19th"):
10
+ st.write('Utilized threadpool executor for fast loading of data which saves 75% of time than sequential loading')