Geek7 commited on
Commit
0067f0a
Β·
verified Β·
1 Parent(s): 5b858d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -38,7 +38,16 @@ def get_features():
38
  @app.route('/api/features2')
39
  def get_features2():
40
  features = [
41
- # {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."}
 
 
 
 
 
 
 
 
 
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
  ]