Niharmahesh commited on
Commit
b450ad2
·
verified ·
1 Parent(s): 914e671

Update pages/version_updates.py

Browse files
Files changed (1) hide show
  1. pages/version_updates.py +6 -1
pages/version_updates.py CHANGED
@@ -1,3 +1,8 @@
1
  import streamlit as st
2
 
3
- st.write('test check')
 
 
 
 
 
 
1
  import streamlit as st
2
 
3
+ with st.expander("Nov-20th"):
4
+ st.write('Replaced the file saving and loading with feather which saved the time by 70%')
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')