Update app.py
Browse files
app.py
CHANGED
@@ -22,20 +22,7 @@ def get_latest_version():
|
|
22 |
@app.route('/api/features')
|
23 |
def get_features():
|
24 |
features = [
|
25 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."}
|
26 |
-
{"name": "π Secure", "description": "Built-in security mechanisms to protect data."},
|
27 |
-
{"name": "π Robust", "description": "Easily scales with increasing user demand."},
|
28 |
-
{"name": "π User-Friendly", "description": "Simple and intuitive interface for users."},
|
29 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
30 |
-
{"name": "π Secure", "description": "Built-in security mechanisms to protect data."},
|
31 |
-
{"name": "π Robust", "description": "Easily scales with increasing user demand."},
|
32 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
33 |
-
{"name": "π Secure", "description": "Built-in security mechanisms to protect data."},
|
34 |
-
{"name": "π Robust", "description": "Easily scales with increasing user demand."},
|
35 |
-
{"name": "π User-Friendly", "description": "Simple and intuitive interface for users."},
|
36 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
37 |
-
{"name": "π Secure", "description": "Built-in security mechanisms to protect data."},
|
38 |
-
{"name": "π Robust", "description": "Easily scales with increasing user demand."}
|
39 |
|
40 |
|
41 |
]
|
|
|
22 |
@app.route('/api/features')
|
23 |
def get_features():
|
24 |
features = [
|
25 |
+
{"name": "π Fast", "description": "Quick response time with optimized performance."}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
|
28 |
]
|