ping_pong_webapp Web application to keep track of ping pong scores which are then sent to a database for use in downstream tasks Usage py -m venv env env\Scripts\activate pip install -r requirements.txt streamlit run App.py Run tests