Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dev-mode-explorers
/
dev-mode-python
like
4
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Update app.py
#2
by
kickfighter
- opened
about 10 hours ago
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}