thewellermangroup commited on
Commit
df763ce
·
1 Parent(s): c5ec071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -78,16 +78,16 @@ def MakeAReview():
78
  def TheWellermanGroupAI():
79
  return 'Access Denied'
80
  @app.route('/ACCESS/The Wellerman Group AI/Chat GPT', methods=['GET'])
81
- def TheWellermanGroupAI():
82
  return 'Access Denied'
83
  @app.route('/ACCESS/The Wellerman Group AI/Dalle-2', methods=['GET'])
84
- def TheWellermanGroupAI():
85
  return 'Access Denied'
86
  @app.route('/ACCESS/The Wellerman Group AI/3D Thing', methods=['GET'])
87
- def TheWellermanGroupAI():
88
  return 'Access Denied'
89
  @app.route('/ACCESS/The Wellerman Group AI/Make Your Own', methods=['GET'])
90
- def TheWellermanGroupAI():
91
  return 'Access Denied'
92
 
93
  @app.route('/ACCESS/The Wellerman Group Chatbox', methods=['GET'])
 
78
  def TheWellermanGroupAI():
79
  return 'Access Denied'
80
  @app.route('/ACCESS/The Wellerman Group AI/Chat GPT', methods=['GET'])
81
+ def ChatGPT():
82
  return 'Access Denied'
83
  @app.route('/ACCESS/The Wellerman Group AI/Dalle-2', methods=['GET'])
84
+ def Dalle-2():
85
  return 'Access Denied'
86
  @app.route('/ACCESS/The Wellerman Group AI/3D Thing', methods=['GET'])
87
+ def 3DThing():
88
  return 'Access Denied'
89
  @app.route('/ACCESS/The Wellerman Group AI/Make Your Own', methods=['GET'])
90
+ def MakeYourOwn():
91
  return 'Access Denied'
92
 
93
  @app.route('/ACCESS/The Wellerman Group Chatbox', methods=['GET'])