Geek7 commited on
Commit
39fc943
Β·
verified Β·
1 Parent(s): 0067f0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -11
app.py CHANGED
@@ -38,17 +38,8 @@ 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
- {"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
  ]
54
  return jsonify(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
  ]
45
  return jsonify(features)