From 420e8f90edacf0b3df0c2b1ba51d8018e89fbc05 Mon Sep 17 00:00:00 2001 From: Deepanshi Gupta <86289927+Deepanshi-Gupta@users.noreply.github.com> Date: Tue, 7 May 2024 08:59:33 +0530 Subject: [PATCH] Update app.py correction of the Result in success function --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index e3b9860..59691f9 100644 --- a/app.py +++ b/app.py @@ -11,7 +11,7 @@ def welcome(): @app.route('/success/') def success(score): - return "

The Reult is passed

" + return "

The Result is passed

" @app.route('/fail/') @@ -30,4 +30,4 @@ def results(marks): if __name__=='__main__': - app.run(debug=True) \ No newline at end of file + app.run(debug=True)