laxsvips commited on
Commit
9604998
·
1 Parent(s): 790d42f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def play_game(game_id, user_id, user_input):
34
  # @app.route('/health_check', methods=['GET'])
35
  def health_check(name):
36
  response = {"role": "assistant", "content": "Hello " + name + "! The site is up"}
37
- return response)
38
 
39
  # @app.route('/load_game', methods=['GET'])
40
  # def load_game():
 
34
  # @app.route('/health_check', methods=['GET'])
35
  def health_check(name):
36
  response = {"role": "assistant", "content": "Hello " + name + "! The site is up"}
37
+ return response
38
 
39
  # @app.route('/load_game', methods=['GET'])
40
  # def load_game():