https://github.com/git-infradcomp/projeto-comunicalab.git
git checkout backend
cd projeto-comunicalab
python -m venv venv
# No Windows:
venv\Scripts\activate
# No macOS/Linux:
source venv/bin/activate
pip install -r requirements.txt
streamlit run app.py