Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Surya-29 committed Apr 1, 2024
1 parent c9907f3 commit 4bee648
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ def page(path):
}


# @app.route("/art")
# def art_page():
# return render_template('art.html')


@app.errorhandler(404)
def page_404(e):
return render_template("404.html"), 404
Expand Down

0 comments on commit 4bee648

Please sign in to comment.