Releases: boostcampaitech4lv23recsys2/final-project-level3-recsys-10
Releases · boostcampaitech4lv23recsys2/final-project-level3-recsys-10
React hobbang v2.0.0
Change frontend framework to React from streamlit.
And add content-based, LightGCN model.
Streamlig hobbang v1.1.0
Hobbang v1.1.0 has unintentional share session value between user.
We avoid this error as downgrading streamlit and using session manage file. ( -> v1.1.0 )
Reference
Eliminate states of modules to avoid the accidental state sharing across users’ sessions
https://velog.io/@hobbang2/ProductServinng-Streamlit-%EC%82%AC%EC%9A%A9%EC%9D%BC%EC%A7%80-2022-12-30
Streamlit hobbang v1.0.0
This release version has fatal error.
Unintentional share session value between user.
We avoid this error as downgrading streamlit and using session manage file. ( -> v1.1.0 )