Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
clarkchan
/
texttosql_cn
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
clarkchan
commited on
Mar 28, 2023
Commit
621a0dc
·
1 Parent(s):
c6ef230
begin
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -2,6 +2,6 @@ from fastapi import FastAPI
2
3
app = FastAPI()
4
5
-
6
def read_root():
7
return {"Hello": "World!"}
2
3
app = FastAPI()
4
5
+
@app.get("/")
6
def read_root():
7
return {"Hello": "World!"}