Simple flask app with web UI. The app takes a text input. When the button is clicked it displays the text that was entered.
To run the app:
- download all the files and keep the same folder structure.
- in your terminal, go to the folder that contains these files
- run
export FLASK_APP=my_first_flask.py
- run
flask run
- copy the URL that is printed in the terminal, and paste it into a browser