Skip to content

Commit aef9301

Browse files
author
Sabinkari Rahul
committed
initial commit
1 parent 33c461b commit aef9301

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@app.route('/')
66
def index():
7-
return "<h1> Hello World </h1>"
7+
return "<h1> Hello Rahul </h1>"
88

99
@app.route('/<name>/')
1010
def name(name):

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
flask==1.0.2
2+
gunicorn==19.9.0

0 commit comments

Comments
 (0)