python_reference/templates/webapp_ex1/README.md

14 lines
324 B
Markdown
Raw Normal View History

2015-06-25 18:16:13 +00:00
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.
<hr>
![](./img/img_1.png)