Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|