Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AdrianLambdaVerde
/
TestGameMaster
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AdrianLambdaVerde
commited on
Mar 30, 2024
Commit
124b1d7
·
1 Parent(s):
ced8da9
Add application file
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -37,5 +37,5 @@ def hello_world(name: str, query: str):
37
return {"message": answer}
38
39
else:
40
-
return {"message": "Game not found"}
41
37
return {"message": answer}
38
39
else:
40
+
return {"message": "Game not found"}
41