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:
dev-mode-explorers
/
dev-mode-python
like
7
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Update app.py
#2
by
kickfighter
- opened
Apr 20, 2025
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+2
-1
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -4,4 +4,5 @@ app = FastAPI()
4
5
@app.get("/")
6
def greet_json():
7
-
return
{"Hello":
"
World!
"
}
4
5
@app.get("/")
6
def greet_json():
7
+
tmp
=
"
Konsta
"
8
+
return {"Hello": "World!", tmp}