Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilritgithub authored Dec 12, 2024
1 parent 6161df9 commit ae6eb92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit ae6eb92

Please sign in to comment.