--- title: Preimplantation portal short_description: Preimplantation mouse and human development sdk: streamlit sdk_version: 1.38.0 app_file: Home.py --- ## Run locally ```bash source .venv/bin/activate # install dependencies uv pip install -r requirements.txt streamlit run Home.py ```