We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4200e8c commit 209ea52Copy full SHA for 209ea52
app.py
@@ -4,7 +4,7 @@
4
5
@app.route('/')
6
def index():
7
- return "<h1> Hello rahul </h1>"
+ return "<h1> Welcome Rahul </h1>"
8
9
@app.route('/<name>/')
10
def name(name):
0 commit comments