Closed
Description
Why❓
현재 해당 부분처럼 구현되어 있어 여러 유저 사용시 같은 graph를 사용하게 되기때문에 꼬이게 될것으로 보입니다.
https://github.com/CausalInferenceLab/Lang2SQL/blob/07bf11fefa18c131609487c9e1343566b91d2b7e/interface/streamlit_app.py#L32C1-L42C6
How❓
- session별로 분리되어 사용할 수 있게
session_state
를 사용
What❗️
- session_state사용으로 각 세션별 분리된 graph를 사용할 수 있도록 작업