Spaces:
Runtime error
Runtime error
| title: Flask | |
| description: A popular minimal server framework for Python | |
| tags: | |
| - python | |
| - flask | |
| sdk: docker | |
| emoji: π₯ | |
| colorFrom: purple | |
| colorTo: purple | |
| # Python Flask Example | |
| This is a [Flask](https://flask.palletsprojects.com/en/1.1.x/) app that serves a simple JSON response. | |
| [](https://railway.app/new/template/zUcpux) | |
| ## β¨ Features | |
| - Python | |
| - Flask | |
| ## πββοΈ How to use | |
| - Install Python requirements `pip install -r requirements.txt` | |
| - Start the server for development `python3 main.py` |