Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nrup
/
sample_hugging_face
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nrup Parikh
commited on
Oct 7, 2025
Commit
ee96dce
·
1 Parent(s):
83af3b5
minor change
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,4 +5,4 @@ app = FastAPI()
5
6
@app.get("/")
7
def greet_json():
8
-
return {"Hello": "World!"}
5
6
@app.get("/")
7
def greet_json():
8
+
return {"Hello": "World!
how are you
"}