job_easz / pages /version_updates.py
Niharmahesh's picture
Update pages/version_updates.py
b450ad2 verified
raw
history blame
391 Bytes
import streamlit as st
with st.expander("Nov-20th"):
st.write('Replaced the file saving and loading with feather which saved the time by 70%')
with st.expander("Nov-10th"):
st.write('Replaced the Data pipeline manual with Airflow and Docker (automated)')
with st.expander("Nov-5h"):
st.write('Added more filtering options: location based, date posted based and job title based')