Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sathish2352
/
echo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sathish2352
commited on
Jun 17, 2025
Commit
4ebf134
·
verified
·
1 Parent(s):
f125c1c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,4 +18,4 @@ async def echo(request: Request):
18
lst+=i.lower()
19
c+=1
20
21
-
return JSONResponse(content={"you_sent":
data.upper()
})
18
lst+=i.lower()
19
c+=1
20
21
+
return JSONResponse(content={"you_sent":
lst
})