diff --git a/Python_flask_code_in_aws_linux/app.py b/Python_flask_code_in_aws_linux/app.py index 6cec782..6a115d4 100644 --- a/Python_flask_code_in_aws_linux/app.py +++ b/Python_flask_code_in_aws_linux/app.py @@ -5,4 +5,5 @@ @app.route('/') def hello(): - return '

Hello, World!

' + return '

Hi there

' +'

this is my first practical on flask

'