Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,8 +2,12 @@
|
|
| 2 |
title: Flask
|
| 3 |
description: A popular minimal server framework for Python
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Python Flask Example
|
|
@@ -20,4 +24,4 @@ This is a [Flask](https://flask.palletsprojects.com/en/1.1.x/) app that serves a
|
|
| 20 |
## 💁♀️ How to use
|
| 21 |
|
| 22 |
- Install Python requirements `pip install -r requirements.txt`
|
| 23 |
-
- Start the server for development `python3 main.py`
|
|
|
|
| 2 |
title: Flask
|
| 3 |
description: A popular minimal server framework for Python
|
| 4 |
tags:
|
| 5 |
+
- python
|
| 6 |
+
- flask
|
| 7 |
+
sdk: docker
|
| 8 |
+
emoji: 🔥
|
| 9 |
+
colorFrom: purple
|
| 10 |
+
colorTo: purple
|
| 11 |
---
|
| 12 |
|
| 13 |
# Python Flask Example
|
|
|
|
| 24 |
## 💁♀️ How to use
|
| 25 |
|
| 26 |
- Install Python requirements `pip install -r requirements.txt`
|
| 27 |
+
- Start the server for development `python3 main.py`
|