Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
itsxpulse
/
velocity
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Junaidb
commited on
Nov 20, 2025
Commit
867da82
·
verified
·
1 Parent(s):
cc830e6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-2
app.py
CHANGED
Viewed
@@ -232,8 +232,9 @@ async def Tester(request:Request):
232
233
234
235
-
236
-
237
238
239
232
233
234
235
+
@app.get("/accountlogin")
236
+
def AccountLogin(request:Request):
237
+
return {"message":"login"}
238
239
240