From ae6eb928508dff16eab75f664aa8b1cc70c56e23 Mon Sep 17 00:00:00 2001 From: Nikhil kumar <142686565+nikhilritgithub@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:54:13 +0530 Subject: [PATCH] Update app.py --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index bd88e6e..8048fec 100644 --- a/app.py +++ b/app.py @@ -62,8 +62,8 @@ def index(): def submit(): try: # Fetch form data - roll = request.form['roll'] - fullname = request.form['fullname'] + roll = request.form['roll'], + fullname = request.form['fullname'], email = request.form['email'] phno = request.form['phno'] stream = request.form['stream']