Spaces:
Running
Running
Update pages/version_updates.py
Browse files- pages/version_updates.py +6 -1
pages/version_updates.py
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.
|
|
|
|
|
|
|
|
|
|
|
|
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')
|