This project implements a very simple records based CRUD application, using Streamlit as a front-end.
To try the app go to this site
First pull this project onto your local machine, then run:
python -m streamlit run UI.py
This will run the app locally as a website at default url: http://localhost:8501