Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,16 @@ def get_features():
|
|
38 |
@app.route('/api/features2')
|
39 |
def get_features2():
|
40 |
features = [
|
41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
|
44 |
]
|
|
|
38 |
@app.route('/api/features2')
|
39 |
def get_features2():
|
40 |
features = [
|
41 |
+
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
42 |
+
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
43 |
+
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
44 |
+
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
45 |
+
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
46 |
+
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
47 |
+
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
48 |
+
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
49 |
+
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
50 |
+
{"name": "π Fast", "description": "Quick response time with optimized performance."}
|
51 |
|
52 |
|
53 |
]
|