Skip to content

Commit

Permalink
final update
Browse files Browse the repository at this point in the history
  • Loading branch information
SINGHxTUSHAR committed Dec 3, 2023
1 parent f0acbea commit 0e1dc53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def upload():


else:
return render_template('upload_file.html')
return render_template('index.html')
except Exception as e:
raise CustomException(e,sys)

Expand Down
File renamed without changes.

0 comments on commit 0e1dc53

Please sign in to comment.