Web app to compare text files online Run the following commands in terminal to run the app :- python3 -m venv env (Creating environment) source env/bin/activate pip3 install -r requirements.txt flask run link to demo: [https://comparar-texto.onrender.com/]