TABot2 TABot application (rewrite with Streamlit) Environment Setup conda create --name your_env_name python=3.12 conda activate your_env_name pip install streamlit openai pymongo streamlit_authenticator