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...
kickfighter
commited on
about 12 hours ago
Commit
f480df4
·
verified
·
1 Parent(s):
0e88cfa
Update app.py
Browse files
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}