syWhut commited on
Commit
0893d47
1 Parent(s): 272dbbf

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -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