Tri4 commited on
Commit
f520690
·
verified ·
1 Parent(s): 5535b8c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -4,4 +4,4 @@ app = Flask(__name__)
4
 
5
  @app.route("/")
6
  def hello():
7
- return ("hello":"you success"}
 
4
 
5
  @app.route("/")
6
  def hello():
7
+ return "hello: you success"