python_reference/templates/webapp_ex1/README.md
2015-06-25 14:16:13 -04:00

324 B

Sebastian Raschka, 2015

Flask Example App 1

A simple Flask app that calculates the sum of two numbers entered in the respective input fields.

A more detailed description is going to follow some time in future.

You can run the app locally by executing python app.py within this directory.