(Put Description Here)
Follow these steps to build and run FinalSay in your local env.
Step 1: Clone the repository
git clone <repository-url>Step 2: Make it Executable:
pip install flaskStep 3: Run with:
flask runOr
python -m flask run