Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
syWhut
/
python-model
like
0
Sleeping
App
Files
Files
Community
syWhut
commited on
Aug 18, 2023
Commit
0893d47
•
1 Parent(s):
272dbbf
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+2
-1
main.py
CHANGED
Viewed
@@ -4,4 +4,5 @@ app = FastAPI()
4
5
@app.get("/")
6
def read_root():
7
-
return
"<h1>hello world!</h1>"
4
5
@app.get("/")
6
def read_root():
7
+
num_test=
"<h1>hello world!</h1>"
8
+
return num_test