Skip to content

Commit 6b251b2

Browse files
authored
Update app.py
1 parent 5c12078 commit 6b251b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
@app.route('/')
55
def hello_world():
6-
return 'Hello, World!'
6+
return 'Hello, World! This is Aarish'
77
if __name__ == "__main__":
88
app.run()

0 commit comments

Comments
 (0)