lokesh341 commited on
Commit
9d60053
·
verified ·
1 Parent(s): 6d91a26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -49,6 +49,10 @@ except Exception as e:
49
  def index():
50
  return render_template("index.html")
51
 
 
 
 
 
52
  @app.route("/menu")
53
  def menu():
54
  menu_items = [
 
49
  def index():
50
  return render_template("index.html")
51
 
52
+ @app.route("/dashboard")
53
+ def dashboard():
54
+ return render_template("dashboard.html")
55
+
56
  @app.route("/menu")
57
  def menu():
58
  menu_items = [