Project Brief
Yesterday, we built a desktop GUI app that translated between two languages through the terminal. We used the PyQt6 library for that. Your task for today is to create a web app version for the translator. Please use the Django web framework.
Expected Output
Here is how this Django web app should look and work:
For your convenience, here is the program that lets the user translate text through the terminal: